Html Css Color HEX #BC65FE Heliotrope

📋 copy color: '#BC65FE'

red 188 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #BC65FE

Tints of Heliotrope #BC65FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.6%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 34.62%
G = 18.6%
B = 46.78%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC65FE (or 0xBC65FE) is known color: Heliotrope. HEX triplet: BC, 65 and FE. RGB value is (188,101,254). Sum of RGB (Red+Green+Blue) = 188+101+254=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65FE is #439A01. Grayscale: #8F8F8F. Windows color (decimal): -4430338 or 16672188. OLE color: 16672188.

HSL color Cylindrical-coordinate representation of color #BC65FE: hue angle of 274.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC65FE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 101 254 -
CMYK 0.26 0.60 0 0.00
HSL 274.12º 0.99% 0.7% -
HSV(B) 274.12º 0.6% 1% -
XYZ 43.28 27.15 96.73 -
YUV 144.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 188 101 254 0.26 0.60 0 0.00 274.12 0.99 0.7
Hex BC 65 FE 1A 3C 0 0 112 63 46
Octal 274 145 376 32 74 0 0 422 143 106
Binary 10111100 1100101 11111110 11010 111100 0 0 100010010 1100011 1000110

Color Harmonies of #BC65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65FE

Black with #BC65FE

Text Example


Text Example

White with #BC65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65FE; }

 p { color: rgb(188,101,254); }

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

background-color css

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

 a { background-color: rgb(188,101,254); }

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

border-color css

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

 span { border-color: rgb(188,101,254); }

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