Html Css Color HEX #BC4CEB Medium Orchid

📋 copy color: '#BC4CEB'

red 188 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #BC4CEB

Tints of Medium Orchid #BC4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

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

R = 37.68%
G = 15.23%
B = 47.09%

CMYK

 C value IS 0.2

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC4CEB (or 0xBC4CEB) is known color: Medium Orchid. HEX triplet: BC, 4C and EB. RGB value is (188,76,235). Sum of RGB (Red+Green+Blue) = 188+76+235=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CEB is #43B314. Grayscale: #7F7F7F. Windows color (decimal): -4436757 or 15420604. OLE color: 15420604.

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

Color convert

RGB 188 76 235 -
CMYK 0.2 0.68 0 0.08
HSL 282.26º 0.8% 0.61% -
HSV(B) 282.26º 0.68% 0.92% -
XYZ 38.32 21.86 80.8 -
YUV 127.61 188.61 171.07 -
System Red Green Blue C M Y K H S L
Decimal 188 76 235 0.2 0.68 0 0.08 282.26 0.8 0.61
Hex BC 4C EB 14 44 0 8 11A 50 3D
Octal 274 114 353 24 104 0 10 432 120 75
Binary 10111100 1001100 11101011 10100 1000100 0 1000 100011010 1010000 111101

Color Harmonies of #BC4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CEB

Black with #BC4CEB

Text Example


Text Example

White with #BC4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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