Html Css Color HEX #BC4CEA Medium Orchid

📋 copy color: '#BC4CEA'

red 188 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #BC4CEA

Tints of Medium Orchid #BC4CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 37.75%
G = 15.26%
B = 46.99%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC4CEA (or 0xBC4CEA) is known color: Medium Orchid. HEX triplet: BC, 4C and EA. RGB value is (188,76,234). Sum of RGB (Red+Green+Blue) = 188+76+234=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CEA is #43B315. Grayscale: #7E7E7E. Windows color (decimal): -4436758 or 15355068. OLE color: 15355068.

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

Color convert

RGB 188 76 234 -
CMYK 0.20 0.68 0 0.08
HSL 282.53º 0.79% 0.61% -
HSV(B) 282.53º 0.68% 0.92% -
XYZ 38.17 21.8 80.04 -
YUV 127.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 188 76 234 0.20 0.68 0 0.08 282.53 0.79 0.61
Hex BC 4C EA 14 44 0 8 11B 4F 3D
Octal 274 114 352 24 104 0 10 433 117 75
Binary 10111100 1001100 11101010 10100 1000100 0 1000 100011011 1001111 111101

Color Harmonies of #BC4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CEA

Black with #BC4CEA

Text Example


Text Example

White with #BC4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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