Html Css Color HEX #BD9FF1 Perfume

📋 copy color: '#BD9FF1'

red 189 ◦ green 159 ◦ blue 241

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

Shades of Perfume #BD9FF1

Tints of Perfume #BD9FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.99%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 32.09%
G = 26.99%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD9FF1 (or 0xBD9FF1) is known color: Perfume. HEX triplet: BD, 9F and F1. RGB value is (189,159,241). Sum of RGB (Red+Green+Blue) = 189+159+241=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF1 is #42600E. Grayscale: #B1B1B1. Windows color (decimal): -4349967 or 15835069. OLE color: 15835069.

HSL color Cylindrical-coordinate representation of color #BD9FF1: hue angle of 261.95º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9FF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 159 241 -
CMYK 0.22 0.34 0 0.05
HSL 261.95º 0.75% 0.78% -
HSV(B) 261.95º 0.34% 0.95% -
XYZ 49.26 41.97 88.72 -
YUV 177.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 189 159 241 0.22 0.34 0 0.05 261.95 0.75 0.78
Hex BD 9F F1 16 22 0 5 106 4B 4E
Octal 275 237 361 26 42 0 5 406 113 116
Binary 10111101 10011111 11110001 10110 100010 0 101 100000110 1001011 1001110

Color Harmonies of #BD9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FF1

Black with #BD9FF1

Text Example


Text Example

White with #BD9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FF1; }

 p { color: rgb(189,159,241); }

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

background-color css

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

 a { background-color: rgb(189,159,241); }

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

border-color css

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

 span { border-color: rgb(189,159,241); }

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