Html Css Color HEX #BC95F2 Perfume

📋 copy color: '#BC95F2'

red 188 ◦ green 149 ◦ blue 242

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

Shades of Perfume #BC95F2

Tints of Perfume #BC95F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.73%

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 32.47%
G = 25.73%
B = 41.8%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC95F2 (or 0xBC95F2) is known color: Perfume. HEX triplet: BC, 95 and F2. RGB value is (188,149,242). Sum of RGB (Red+Green+Blue) = 188+149+242=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC95F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC95F2 is #436A0D. Grayscale: #AAAAAA. Windows color (decimal): -4418062 or 15898044. OLE color: 15898044.

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

Color convert

RGB 188 149 242 -
CMYK 0.22 0.38 0 0.05
HSL 265.16º 0.78% 0.77% -
HSV(B) 265.16º 0.38% 0.95% -
XYZ 47.51 38.6 88.95 -
YUV 171.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 188 149 242 0.22 0.38 0 0.05 265.16 0.78 0.77
Hex BC 95 F2 16 26 0 5 109 4E 4D
Octal 274 225 362 26 46 0 5 411 116 115
Binary 10111100 10010101 11110010 10110 100110 0 101 100001001 1001110 1001101

Color Harmonies of #BC95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95F2

Black with #BC95F2

Text Example


Text Example

White with #BC95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95F2; }

 p { color: rgb(188,149,242); }

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

background-color css

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

 a { background-color: rgb(188,149,242); }

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

border-color css

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

 span { border-color: rgb(188,149,242); }

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