Html Css Color HEX #BC42EB Medium Orchid

📋 copy color: '#BC42EB'

red 188 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #BC42EB

Tints of Medium Orchid #BC42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.5%

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

R = 38.45%
G = 13.5%
B = 48.06%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC42EB (or 0xBC42EB) is known color: Medium Orchid. HEX triplet: BC, 42 and EB. RGB value is (188,66,235). Sum of RGB (Red+Green+Blue) = 188+66+235=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42EB is #43BD14. Grayscale: #797979. Windows color (decimal): -4439317 or 15418044. OLE color: 15418044.

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

Color convert

RGB 188 66 235 -
CMYK 0.2 0.72 0 0.08
HSL 283.31º 0.81% 0.59% -
HSV(B) 283.31º 0.72% 0.92% -
XYZ 37.68 20.59 80.58 -
YUV 121.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 188 66 235 0.2 0.72 0 0.08 283.31 0.81 0.59
Hex BC 42 EB 14 48 0 8 11B 51 3B
Octal 274 102 353 24 110 0 10 433 121 73
Binary 10111100 1000010 11101011 10100 1001000 0 1000 100011011 1010001 111011

Color Harmonies of #BC42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42EB

Black with #BC42EB

Text Example


Text Example

White with #BC42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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