Html Css Color HEX #BC74ED Heliotrope

📋 copy color: '#BC74ED'

red 188 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #BC74ED

Tints of Heliotrope #BC74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.44%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 34.75%
G = 21.44%
B = 43.81%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC74ED (or 0xBC74ED) is known color: Heliotrope. HEX triplet: BC, 74 and ED. RGB value is (188,116,237). Sum of RGB (Red+Green+Blue) = 188+116+237=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74ED is #438B12. Grayscale: #969696. Windows color (decimal): -4426515 or 15561916. OLE color: 15561916.

HSL color Cylindrical-coordinate representation of color #BC74ED: hue angle of 275.7º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC74ED is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 116 237 -
CMYK 0.21 0.51 0 0.07
HSL 275.7º 0.77% 0.69% -
HSV(B) 275.7º 0.51% 0.93% -
XYZ 42.27 29.3 83.55 -
YUV 151.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 188 116 237 0.21 0.51 0 0.07 275.7 0.77 0.69
Hex BC 74 ED 15 33 0 7 114 4D 45
Octal 274 164 355 25 63 0 7 424 115 105
Binary 10111100 1110100 11101101 10101 110011 0 111 100010100 1001101 1000101

Color Harmonies of #BC74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74ED

Black with #BC74ED

Text Example


Text Example

White with #BC74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74ED; }

 p { color: rgb(188,116,237); }

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

background-color css

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

 a { background-color: rgb(188,116,237); }

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

border-color css

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

 span { border-color: rgb(188,116,237); }

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