Html Css Color HEX #BC4EEB Medium Orchid

📋 copy color: '#BC4EEB'

red 188 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #BC4EEB

Tints of Medium Orchid #BC4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.57%

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

R = 37.52%
G = 15.57%
B = 46.91%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC4EEB (or 0xBC4EEB) is known color: Medium Orchid. HEX triplet: BC, 4E and EB. RGB value is (188,78,235). Sum of RGB (Red+Green+Blue) = 188+78+235=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EEB is #43B114. Grayscale: #808080. Windows color (decimal): -4436245 or 15421116. OLE color: 15421116.

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

Color convert

RGB 188 78 235 -
CMYK 0.2 0.67 0 0.08
HSL 282.04º 0.8% 0.61% -
HSV(B) 282.04º 0.67% 0.92% -
XYZ 38.46 22.14 80.84 -
YUV 128.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 188 78 235 0.2 0.67 0 0.08 282.04 0.8 0.61
Hex BC 4E EB 14 43 0 8 11A 50 3D
Octal 274 116 353 24 103 0 10 432 120 75
Binary 10111100 1001110 11101011 10100 1000011 0 1000 100011010 1010000 111101

Color Harmonies of #BC4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EEB

Black with #BC4EEB

Text Example


Text Example

White with #BC4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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