Html Css Color HEX #BD96FF Perfume

📋 copy color: '#BD96FF'

red 189 ◦ green 150 ◦ blue 255

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

Shades of Perfume #BD96FF

Tints of Perfume #BD96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.25%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 31.82%
G = 25.25%
B = 42.93%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD96FF (or 0xBD96FF) is known color: Perfume. HEX triplet: BD, 96 and FF. RGB value is (189,150,255). Sum of RGB (Red+Green+Blue) = 189+150+255=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96FF is #426900. Grayscale: #ADADAD. Windows color (decimal): -4352257 or 16750269. OLE color: 16750269.

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

Color convert

RGB 189 150 255 -
CMYK 0.26 0.41 0 0
HSL 262.29º 1% 0.79% -
HSV(B) 262.29º 0.41% 1% -
XYZ 49.94 39.85 99.67 -
YUV 173.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 189 150 255 0.26 0.41 0 0 262.29 1 0.79
Hex BD 96 FF 1A 29 0 0 106 64 4F
Octal 275 226 377 32 51 0 0 406 144 117
Binary 10111101 10010110 11111111 11010 101001 0 0 100000110 1100100 1001111

Color Harmonies of #BD96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96FF

Black with #BD96FF

Text Example


Text Example

White with #BD96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96FF; }

 p { color: rgb(189,150,255); }

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

background-color css

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

 a { background-color: rgb(189,150,255); }

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

border-color css

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

 span { border-color: rgb(189,150,255); }

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