Html Css Color HEX #BC7BEE Heliotrope

📋 copy color: '#BC7BEE'

red 188 ◦ green 123 ◦ blue 238

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

Shades of Heliotrope #BC7BEE

Tints of Heliotrope #BC7BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.4%

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 34.24%
G = 22.4%
B = 43.35%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC7BEE (or 0xBC7BEE) is known color: Heliotrope. HEX triplet: BC, 7B and EE. RGB value is (188,123,238). Sum of RGB (Red+Green+Blue) = 188+123+238=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BEE is #438411. Grayscale: #9B9B9B. Windows color (decimal): -4424722 or 15629244. OLE color: 15629244.

HSL color Cylindrical-coordinate representation of color #BC7BEE: hue angle of 273.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7BEE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 123 238 -
CMYK 0.21 0.48 0 0.07
HSL 273.91º 0.77% 0.71% -
HSV(B) 273.91º 0.48% 0.93% -
XYZ 43.25 31.03 84.6 -
YUV 155.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 188 123 238 0.21 0.48 0 0.07 273.91 0.77 0.71
Hex BC 7B EE 15 30 0 7 112 4D 47
Octal 274 173 356 25 60 0 7 422 115 107
Binary 10111100 1111011 11101110 10101 110000 0 111 100010010 1001101 1000111

Color Harmonies of #BC7BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7BEE

Black with #BC7BEE

Text Example


Text Example

White with #BC7BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7BEE; }

 p { color: rgb(188,123,238); }

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

background-color css

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

 a { background-color: rgb(188,123,238); }

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

border-color css

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

 span { border-color: rgb(188,123,238); }

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