Html Css Color HEX #BC64E7 Medium Orchid

📋 copy color: '#BC64E7'

red 188 ◦ green 100 ◦ blue 231

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

Shades of Medium Orchid #BC64E7

Tints of Medium Orchid #BC64E7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 36.22%
G = 19.27%
B = 44.51%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC64E7 (or 0xBC64E7) is known color: Medium Orchid. HEX triplet: BC, 64 and E7. RGB value is (188,100,231). Sum of RGB (Red+Green+Blue) = 188+100+231=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC64E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64E7 is #439B18. Grayscale: #8C8C8C. Windows color (decimal): -4430617 or 15164604. OLE color: 15164604.

HSL color Cylindrical-coordinate representation of color #BC64E7: hue angle of 280.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC64E7 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 100 231 -
CMYK 0.19 0.57 0 0.09
HSL 280.31º 0.73% 0.65% -
HSV(B) 280.31º 0.57% 0.91% -
XYZ 39.72 25.58 78.44 -
YUV 141.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 188 100 231 0.19 0.57 0 0.09 280.31 0.73 0.65
Hex BC 64 E7 13 39 0 9 118 49 41
Octal 274 144 347 23 71 0 11 430 111 101
Binary 10111100 1100100 11100111 10011 111001 0 1001 100011000 1001001 1000001

Color Harmonies of #BC64E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64E7

Black with #BC64E7

Text Example


Text Example

White with #BC64E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64E7; }

 p { color: rgb(188,100,231); }

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

background-color css

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

 a { background-color: rgb(188,100,231); }

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

border-color css

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

 span { border-color: rgb(188,100,231); }

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