Html Css Color HEX #BC4FEB Medium Orchid

📋 copy color: '#BC4FEB'

red 188 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #BC4FEB

Tints of Medium Orchid #BC4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

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

R = 37.45%
G = 15.74%
B = 46.81%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC4FEB (or 0xBC4FEB) is known color: Medium Orchid. HEX triplet: BC, 4F and EB. RGB value is (188,79,235). Sum of RGB (Red+Green+Blue) = 188+79+235=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEB is #43B014. Grayscale: #808080. Windows color (decimal): -4435989 or 15421372. OLE color: 15421372.

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

Color convert

RGB 188 79 235 -
CMYK 0.2 0.66 0 0.08
HSL 281.92º 0.8% 0.62% -
HSV(B) 281.92º 0.66% 0.92% -
XYZ 38.53 22.28 80.87 -
YUV 129.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 188 79 235 0.2 0.66 0 0.08 281.92 0.8 0.62
Hex BC 4F EB 14 42 0 8 11A 50 3E
Octal 274 117 353 24 102 0 10 432 120 76
Binary 10111100 1001111 11101011 10100 1000010 0 1000 100011010 1010000 111110

Color Harmonies of #BC4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FEB

Black with #BC4FEB

Text Example


Text Example

White with #BC4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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