Html Css Color HEX #BD8DFF Perfume

📋 copy color: '#BD8DFF'

red 189 ◦ green 141 ◦ blue 255

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

Shades of Perfume #BD8DFF

Tints of Perfume #BD8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.1%

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

R = 32.31%
G = 24.1%
B = 43.59%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD8DFF (or 0xBD8DFF) is known color: Perfume. HEX triplet: BD, 8D and FF. RGB value is (189,141,255). Sum of RGB (Red+Green+Blue) = 189+141+255=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD8DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DFF is #427200. Grayscale: #A7A7A7. Windows color (decimal): -4354561 or 16747965. OLE color: 16747965.

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

Color convert

RGB 189 141 255 -
CMYK 0.26 0.45 0 0
HSL 265.26º 1% 0.78% -
HSV(B) 265.26º 0.45% 1% -
XYZ 48.56 37.09 99.21 -
YUV 168.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 189 141 255 0.26 0.45 0 0 265.26 1 0.78
Hex BD 8D FF 1A 2D 0 0 109 64 4E
Octal 275 215 377 32 55 0 0 411 144 116
Binary 10111101 10001101 11111111 11010 101101 0 0 100001001 1100100 1001110

Color Harmonies of #BD8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DFF

Black with #BD8DFF

Text Example


Text Example

White with #BD8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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