Html Css Color HEX #BC94E5 Perfume

📋 copy color: '#BC94E5'

red 188 ◦ green 148 ◦ blue 229

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

Shades of Perfume #BC94E5

Tints of Perfume #BC94E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.19%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 33.27%
G = 26.19%
B = 40.53%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC94E5 (or 0xBC94E5) is known color: Perfume. HEX triplet: BC, 94 and E5. RGB value is (188,148,229). Sum of RGB (Red+Green+Blue) = 188+148+229=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94E5 is #436B1A. Grayscale: #A8A8A8. Windows color (decimal): -4418331 or 15045820. OLE color: 15045820.

HSL color Cylindrical-coordinate representation of color #BC94E5: hue angle of 269.63º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC94E5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 148 229 -
CMYK 0.18 0.35 0 0.10
HSL 269.63º 0.61% 0.74% -
HSV(B) 269.63º 0.35% 0.9% -
XYZ 45.47 37.53 78.98 -
YUV 169.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 188 148 229 0.18 0.35 0 0.10 269.63 0.61 0.74
Hex BC 94 E5 12 23 0 A 10E 3D 4A
Octal 274 224 345 22 43 0 12 416 75 112
Binary 10111100 10010100 11100101 10010 100011 0 1010 100001110 111101 1001010

Color Harmonies of #BC94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94E5

Black with #BC94E5

Text Example


Text Example

White with #BC94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94E5; }

 p { color: rgb(188,148,229); }

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

background-color css

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

 a { background-color: rgb(188,148,229); }

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

border-color css

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

 span { border-color: rgb(188,148,229); }

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