Html Css Color HEX #BC65FD Heliotrope

📋 copy color: '#BC65FD'

red 188 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #BC65FD

Tints of Heliotrope #BC65FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 34.69%
G = 18.63%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC65FD (or 0xBC65FD) is known color: Heliotrope. HEX triplet: BC, 65 and FD. RGB value is (188,101,253). Sum of RGB (Red+Green+Blue) = 188+101+253=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65FD is #439A02. Grayscale: #8F8F8F. Windows color (decimal): -4430339 or 16606652. OLE color: 16606652.

HSL color Cylindrical-coordinate representation of color #BC65FD: hue angle of 274.34º degrees, saturation: 0.97, 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 #BC65FD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 101 253 -
CMYK 0.26 0.60 0 0.01
HSL 274.34º 0.97% 0.69% -
HSV(B) 274.34º 0.6% 0.99% -
XYZ 43.12 27.09 95.88 -
YUV 144.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 188 101 253 0.26 0.60 0 0.01 274.34 0.97 0.69
Hex BC 65 FD 1A 3C 0 1 112 61 45
Octal 274 145 375 32 74 0 1 422 141 105
Binary 10111100 1100101 11111101 11010 111100 0 1 100010010 1100001 1000101

Color Harmonies of #BC65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65FD

Black with #BC65FD

Text Example


Text Example

White with #BC65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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