Html Css Color HEX #BD97ED Perfume

📋 copy color: '#BD97ED'

red 189 ◦ green 151 ◦ blue 237

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

Shades of Perfume #BD97ED

Tints of Perfume #BD97ED

RGB

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

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

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

R = 32.76%
G = 26.17%
B = 41.07%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD97ED (or 0xBD97ED) is known color: Perfume. HEX triplet: BD, 97 and ED. RGB value is (189,151,237). Sum of RGB (Red+Green+Blue) = 189+151+237=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD97ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD97ED is #426812. Grayscale: #ABABAB. Windows color (decimal): -4352019 or 15570877. OLE color: 15570877.

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

Color convert

RGB 189 151 237 -
CMYK 0.20 0.36 0 0.07
HSL 266.51º 0.7% 0.76% -
HSV(B) 266.51º 0.36% 0.93% -
XYZ 47.34 39.07 85.17 -
YUV 172.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 189 151 237 0.20 0.36 0 0.07 266.51 0.7 0.76
Hex BD 97 ED 14 24 0 7 10B 46 4C
Octal 275 227 355 24 44 0 7 413 106 114
Binary 10111101 10010111 11101101 10100 100100 0 111 100001011 1000110 1001100

Color Harmonies of #BD97ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97ED

Black with #BD97ED

Text Example


Text Example

White with #BD97ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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