Html Css Color HEX #BD95E6 Perfume

📋 copy color: '#BD95E6'

red 189 ◦ green 149 ◦ blue 230

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

Shades of Perfume #BD95E6

Tints of Perfume #BD95E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.23%

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 33.27%
G = 26.23%
B = 40.49%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD95E6 (or 0xBD95E6) is known color: Perfume. HEX triplet: BD, 95 and E6. RGB value is (189,149,230). Sum of RGB (Red+Green+Blue) = 189+149+230=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95E6 is #426A19. Grayscale: #A9A9A9. Windows color (decimal): -4352538 or 15111613. OLE color: 15111613.

HSL color Cylindrical-coordinate representation of color #BD95E6: hue angle of 269.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD95E6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 149 230 -
CMYK 0.18 0.35 0 0.10
HSL 269.63º 0.62% 0.74% -
HSV(B) 269.63º 0.35% 0.9% -
XYZ 46.02 38.03 79.78 -
YUV 170.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 189 149 230 0.18 0.35 0 0.10 269.63 0.62 0.74
Hex BD 95 E6 12 23 0 A 10E 3E 4A
Octal 275 225 346 22 43 0 12 416 76 112
Binary 10111101 10010101 11100110 10010 100011 0 1010 100001110 111110 1001010

Color Harmonies of #BD95E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95E6

Black with #BD95E6

Text Example


Text Example

White with #BD95E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95E6; }

 p { color: rgb(189,149,230); }

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

background-color css

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

 a { background-color: rgb(189,149,230); }

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

border-color css

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

 span { border-color: rgb(189,149,230); }

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