Html Css Color HEX #BD94E7 Perfume

📋 copy color: '#BD94E7'

red 189 ◦ green 148 ◦ blue 231

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

Shades of Perfume #BD94E7

Tints of Perfume #BD94E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.67%

R = 33.27%
G = 26.06%
B = 40.67%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD94E7 (or 0xBD94E7) is known color: Perfume. HEX triplet: BD, 94 and E7. RGB value is (189,148,231). Sum of RGB (Red+Green+Blue) = 189+148+231=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD94E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94E7 is #426B18. Grayscale: #A9A9A9. Windows color (decimal): -4352793 or 15176893. OLE color: 15176893.

HSL color Cylindrical-coordinate representation of color #BD94E7: hue angle of 269.64º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD94E7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 148 231 -
CMYK 0.18 0.36 0 0.09
HSL 269.64º 0.63% 0.74% -
HSV(B) 269.64º 0.36% 0.91% -
XYZ 46 37.77 80.47 -
YUV 169.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 189 148 231 0.18 0.36 0 0.09 269.64 0.63 0.74
Hex BD 94 E7 12 24 0 9 10E 3F 4A
Octal 275 224 347 22 44 0 11 416 77 112
Binary 10111101 10010100 11100111 10010 100100 0 1001 100001110 111111 1001010

Color Harmonies of #BD94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94E7

Black with #BD94E7

Text Example


Text Example

White with #BD94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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