Html Css Color HEX #BD97FF Perfume

📋 copy color: '#BD97FF'

red 189 ◦ green 151 ◦ blue 255

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

Shades of Perfume #BD97FF

Tints of Perfume #BD97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.38%

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

R = 31.76%
G = 25.38%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD97FF (or 0xBD97FF) is known color: Perfume. HEX triplet: BD, 97 and FF. RGB value is (189,151,255). Sum of RGB (Red+Green+Blue) = 189+151+255=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97FF is #426800. Grayscale: #ADADAD. Windows color (decimal): -4352001 or 16750525. OLE color: 16750525.

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

Color convert

RGB 189 151 255 -
CMYK 0.26 0.41 0 0
HSL 261.92º 1% 0.8% -
HSV(B) 261.92º 0.41% 1% -
XYZ 50.1 40.17 99.72 -
YUV 174.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 189 151 255 0.26 0.41 0 0 261.92 1 0.8
Hex BD 97 FF 1A 29 0 0 106 64 50
Octal 275 227 377 32 51 0 0 406 144 120
Binary 10111101 10010111 11111111 11010 101001 0 0 100000110 1100100 1010000

Color Harmonies of #BD97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97FF

Black with #BD97FF

Text Example


Text Example

White with #BD97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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