Html Css Color HEX #BD94EA Perfume

📋 copy color: '#BD94EA'

red 189 ◦ green 148 ◦ blue 234

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

Shades of Perfume #BD94EA

Tints of Perfume #BD94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 33.1%
G = 25.92%
B = 40.98%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD94EA (or 0xBD94EA) is known color: Perfume. HEX triplet: BD, 94 and EA. RGB value is (189,148,234). Sum of RGB (Red+Green+Blue) = 189+148+234=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94EA is #426B15. Grayscale: #A9A9A9. Windows color (decimal): -4352790 or 15373501. OLE color: 15373501.

HSL color Cylindrical-coordinate representation of color #BD94EA: hue angle of 268.6º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD94EA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 148 234 -
CMYK 0.19 0.37 0 0.08
HSL 268.6º 0.67% 0.75% -
HSV(B) 268.6º 0.37% 0.92% -
XYZ 46.43 37.94 82.72 -
YUV 170.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 189 148 234 0.19 0.37 0 0.08 268.6 0.67 0.75
Hex BD 94 EA 13 25 0 8 10D 43 4B
Octal 275 224 352 23 45 0 10 415 103 113
Binary 10111101 10010100 11101010 10011 100101 0 1000 100001101 1000011 1001011

Color Harmonies of #BD94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94EA

Black with #BD94EA

Text Example


Text Example

White with #BD94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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