Html Css Color HEX #BC65FF Heliotrope

📋 copy color: '#BC65FF'

red 188 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #BC65FF

Tints of Heliotrope #BC65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 34.56%
G = 18.57%
B = 46.88%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC65FF (or 0xBC65FF) is known color: Heliotrope. HEX triplet: BC, 65 and FF. RGB value is (188,101,255). Sum of RGB (Red+Green+Blue) = 188+101+255=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65FF is #439A00. Grayscale: #909090. Windows color (decimal): -4430337 or 16737724. OLE color: 16737724.

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

Color convert

RGB 188 101 255 -
CMYK 0.26 0.60 0 0
HSL 273.9º 1% 0.7% -
HSV(B) 273.9º 0.6% 1% -
XYZ 43.44 27.22 97.57 -
YUV 144.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 188 101 255 0.26 0.60 0 0 273.9 1 0.7
Hex BC 65 FF 1A 3C 0 0 112 64 46
Octal 274 145 377 32 74 0 0 422 144 106
Binary 10111100 1100101 11111111 11010 111100 0 0 100010010 1100100 1000110

Color Harmonies of #BC65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65FF

Black with #BC65FF

Text Example


Text Example

White with #BC65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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