Html Css Color HEX #BC67FC Heliotrope

📋 copy color: '#BC67FC'

red 188 ◦ green 103 ◦ blue 252

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

Shades of Heliotrope #BC67FC

Tints of Heliotrope #BC67FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.97%

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

R = 34.62%
G = 18.97%
B = 46.41%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC67FC (or 0xBC67FC) is known color: Heliotrope. HEX triplet: BC, 67 and FC. RGB value is (188,103,252). Sum of RGB (Red+Green+Blue) = 188+103+252=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC67FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67FC is #439803. Grayscale: #909090. Windows color (decimal): -4429828 or 16541628. OLE color: 16541628.

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

Color convert

RGB 188 103 252 -
CMYK 0.25 0.59 0 0.01
HSL 274.23º 0.96% 0.7% -
HSV(B) 274.23º 0.59% 0.99% -
XYZ 43.16 27.42 95.11 -
YUV 145.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 188 103 252 0.25 0.59 0 0.01 274.23 0.96 0.7
Hex BC 67 FC 19 3B 0 1 112 60 46
Octal 274 147 374 31 73 0 1 422 140 106
Binary 10111100 1100111 11111100 11001 111011 0 1 100010010 1100000 1000110

Color Harmonies of #BC67FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67FC

Black with #BC67FC

Text Example


Text Example

White with #BC67FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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