Html Css Color HEX #BC64EB Medium Orchid

📋 copy color: '#BC64EB'

red 188 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #BC64EB

Tints of Medium Orchid #BC64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 35.95%
G = 19.12%
B = 44.93%

CMYK

 C value IS 0.2

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC64EB (or 0xBC64EB) is known color: Medium Orchid. HEX triplet: BC, 64 and EB. RGB value is (188,100,235). Sum of RGB (Red+Green+Blue) = 188+100+235=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64EB is #439B14. Grayscale: #8D8D8D. Windows color (decimal): -4430613 or 15426748. OLE color: 15426748.

HSL color Cylindrical-coordinate representation of color #BC64EB: hue angle of 279.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC64EB is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 100 235 -
CMYK 0.2 0.57 0 0.08
HSL 279.11º 0.77% 0.66% -
HSV(B) 279.11º 0.57% 0.92% -
XYZ 40.29 25.8 81.45 -
YUV 141.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 188 100 235 0.2 0.57 0 0.08 279.11 0.77 0.66
Hex BC 64 EB 14 39 0 8 117 4D 42
Octal 274 144 353 24 71 0 10 427 115 102
Binary 10111100 1100100 11101011 10100 111001 0 1000 100010111 1001101 1000010

Color Harmonies of #BC64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64EB

Black with #BC64EB

Text Example


Text Example

White with #BC64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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