Html Css Color HEX #BD94FE Perfume

📋 copy color: '#BD94FE'

red 189 ◦ green 148 ◦ blue 254

#BD94FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BD94FE

Tints of Perfume #BD94FE

RGB

 RED value IS 189 (74.22% from 255) = 31.98%

 GREEN value IS 148 (58.2% from 255) = 25.04%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 31.98%
G = 25.04%
B = 42.98%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD94FE (or 0xBD94FE) is known color: Perfume. HEX triplet: BD, 94 and FE. RGB value is (189,148,254). Sum of RGB (Red+Green+Blue) = 189+148+254=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94FE is #426B01. Grayscale: #ABABAB. Windows color (decimal): -4352770 or 16684221. OLE color: 16684221.

HSL color Cylindrical-coordinate representation of color #BD94FE: hue angle of 263.21º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD94FE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 148 254 -
CMYK 0.26 0.42 0 0.00
HSL 263.21º 0.98% 0.79% -
HSV(B) 263.21º 0.42% 1% -
XYZ 49.47 39.15 98.72 -
YUV 172.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 189 148 254 0.26 0.42 0 0.00 263.21 0.98 0.79
Hex BD 94 FE 1A 2A 0 0 107 62 4F
Octal 275 224 376 32 52 0 0 407 142 117
Binary 10111101 10010100 11111110 11010 101010 0 0 100000111 1100010 1001111

Color Harmonies of #BD94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94FE

Black with #BD94FE

Text Example


Text Example

White with #BD94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94FE; }

 p { color: rgb(189,148,254); }

 H1.HeaderClassName
 {
   color: #BD94FE;
 }
 .AnyTagClassName
 {
   color: #BD94FE;
 }
</style>

background-color css

<style>
 a { background-color: #BD94FE; }

 a { background-color: rgb(189,148,254); }

 div.DivClassName
 {
   background-color: #BD94FE;
 }
 .BgClassName
 {
   background-color: #BD94FE;
 }
</style>

border-color css

<style>
 span { border-color: #BD94FE; }

 span { border-color: rgb(189,148,254); }

 td.TdClassName
 {
   border-color: #BD94FE;
 }
 .TagClassName
 {
   border-color: #BD94FE;
 }
</style>