Html Css Color HEX #BC97FF Perfume

📋 copy color: '#BC97FF'

red 188 ◦ green 151 ◦ blue 255

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

Shades of Perfume #BC97FF

Tints of Perfume #BC97FF

RGB

 RED value IS 188 (73.83% from 255) = 31.65%

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

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

R = 31.65%
G = 25.42%
B = 42.93%

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

#BC97FF (or 0xBC97FF) is known color: Perfume. HEX triplet: BC, 97 and FF. RGB value is (188,151,255). Sum of RGB (Red+Green+Blue) = 188+151+255=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC97FF is #436800. Grayscale: #ADADAD. Windows color (decimal): -4417537 or 16750524. OLE color: 16750524.

HSL color Cylindrical-coordinate representation of color #BC97FF: hue angle of 261.35º 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 #BC97FF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 151 255 -
CMYK 0.26 0.41 0 0
HSL 261.35º 1% 0.8% -
HSV(B) 261.35º 0.41% 1% -
XYZ 49.86 40.04 99.71 -
YUV 173.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 188 151 255 0.26 0.41 0 0 261.35 1 0.8
Hex BC 97 FF 1A 29 0 0 105 64 50
Octal 274 227 377 32 51 0 0 405 144 120
Binary 10111100 10010111 11111111 11010 101001 0 0 100000101 1100100 1010000

Color Harmonies of #BC97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97FF

Black with #BC97FF

Text Example


Text Example

White with #BC97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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