Html Css Color HEX #BD94ED Perfume

📋 copy color: '#BD94ED'

red 189 ◦ green 148 ◦ blue 237

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

Shades of Perfume #BD94ED

Tints of Perfume #BD94ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 32.93%
G = 25.78%
B = 41.29%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD94ED (or 0xBD94ED) is known color: Perfume. HEX triplet: BD, 94 and ED. RGB value is (189,148,237). Sum of RGB (Red+Green+Blue) = 189+148+237=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94ED is #426B12. Grayscale: #AAAAAA. Windows color (decimal): -4352787 or 15570109. OLE color: 15570109.

HSL color Cylindrical-coordinate representation of color #BD94ED: hue angle of 267.64º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD94ED is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 148 237 -
CMYK 0.20 0.38 0 0.07
HSL 267.64º 0.71% 0.75% -
HSV(B) 267.64º 0.38% 0.93% -
XYZ 46.86 38.11 85.01 -
YUV 170.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 189 148 237 0.20 0.38 0 0.07 267.64 0.71 0.75
Hex BD 94 ED 14 26 0 7 10C 47 4B
Octal 275 224 355 24 46 0 7 414 107 113
Binary 10111101 10010100 11101101 10100 100110 0 111 100001100 1000111 1001011

Color Harmonies of #BD94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94ED

Black with #BD94ED

Text Example


Text Example

White with #BD94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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