Html Css Color HEX #BC4BEB Medium Orchid

📋 copy color: '#BC4BEB'

red 188 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #BC4BEB

Tints of Medium Orchid #BC4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.06%

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

R = 37.75%
G = 15.06%
B = 47.19%

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

#BC4BEB (or 0xBC4BEB) is known color: Medium Orchid. HEX triplet: BC, 4B and EB. RGB value is (188,75,235). Sum of RGB (Red+Green+Blue) = 188+75+235=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BEB is #43B414. Grayscale: #7E7E7E. Windows color (decimal): -4437013 or 15420348. OLE color: 15420348.

HSL color Cylindrical-coordinate representation of color #BC4BEB: hue angle of 282.38º 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 #BC4BEB is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 75 235 -
CMYK 0.2 0.68 0 0.08
HSL 282.38º 0.8% 0.61% -
HSV(B) 282.38º 0.68% 0.92% -
XYZ 38.25 21.72 80.77 -
YUV 127.03 188.94 171.49 -
System Red Green Blue C M Y K H S L
Decimal 188 75 235 0.2 0.68 0 0.08 282.38 0.8 0.61
Hex BC 4B EB 14 44 0 8 11A 50 3D
Octal 274 113 353 24 104 0 10 432 120 75
Binary 10111100 1001011 11101011 10100 1000100 0 1000 100011010 1010000 111101

Color Harmonies of #BC4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BEB

Black with #BC4BEB

Text Example


Text Example

White with #BC4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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