Html Css Color HEX #BD97EF Perfume

📋 copy color: '#BD97EF'

red 189 ◦ green 151 ◦ blue 239

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

Shades of Perfume #BD97EF

Tints of Perfume #BD97EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 32.64%
G = 26.08%
B = 41.28%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD97EF (or 0xBD97EF) is known color: Perfume. HEX triplet: BD, 97 and EF. RGB value is (189,151,239). Sum of RGB (Red+Green+Blue) = 189+151+239=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD97EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97EF is #426810. Grayscale: #ACACAC. Windows color (decimal): -4352017 or 15701949. OLE color: 15701949.

HSL color Cylindrical-coordinate representation of color #BD97EF: hue angle of 265.91º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD97EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 151 239 -
CMYK 0.21 0.37 0 0.06
HSL 265.91º 0.73% 0.76% -
HSV(B) 265.91º 0.37% 0.94% -
XYZ 47.63 39.18 86.71 -
YUV 172.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 189 151 239 0.21 0.37 0 0.06 265.91 0.73 0.76
Hex BD 97 EF 15 25 0 6 10A 49 4C
Octal 275 227 357 25 45 0 6 412 111 114
Binary 10111101 10010111 11101111 10101 100101 0 110 100001010 1001001 1001100

Color Harmonies of #BD97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97EF

Black with #BD97EF

Text Example


Text Example

White with #BD97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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