Html Css Color HEX #BC66FC Heliotrope

📋 copy color: '#BC66FC'

red 188 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #BC66FC

Tints of Heliotrope #BC66FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.82%

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 34.69%
G = 18.82%
B = 46.49%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC66FC (or 0xBC66FC) is known color: Heliotrope. HEX triplet: BC, 66 and FC. RGB value is (188,102,252). Sum of RGB (Red+Green+Blue) = 188+102+252=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC66FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66FC is #439903. Grayscale: #909090. Windows color (decimal): -4430084 or 16541372. OLE color: 16541372.

HSL color Cylindrical-coordinate representation of color #BC66FC: hue angle of 274.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC66FC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 102 252 -
CMYK 0.25 0.60 0 0.01
HSL 274.4º 0.96% 0.69% -
HSV(B) 274.4º 0.6% 0.99% -
XYZ 43.06 27.22 95.08 -
YUV 144.81 188.49 158.8 -
System Red Green Blue C M Y K H S L
Decimal 188 102 252 0.25 0.60 0 0.01 274.4 0.96 0.69
Hex BC 66 FC 19 3C 0 1 112 60 45
Octal 274 146 374 31 74 0 1 422 140 105
Binary 10111100 1100110 11111100 11001 111100 0 1 100010010 1100000 1000101

Color Harmonies of #BC66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66FC

Black with #BC66FC

Text Example


Text Example

White with #BC66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66FC; }

 p { color: rgb(188,102,252); }

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

background-color css

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

 a { background-color: rgb(188,102,252); }

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

border-color css

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

 span { border-color: rgb(188,102,252); }

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