Html Css Color HEX #BC4EEA Medium Orchid

📋 copy color: '#BC4EEA'

red 188 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #BC4EEA

Tints of Medium Orchid #BC4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.6%

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

R = 37.6%
G = 15.6%
B = 46.8%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC4EEA (or 0xBC4EEA) is known color: Medium Orchid. HEX triplet: BC, 4E and EA. RGB value is (188,78,234). Sum of RGB (Red+Green+Blue) = 188+78+234=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EEA is #43B115. Grayscale: #808080. Windows color (decimal): -4436246 or 15355580. OLE color: 15355580.

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

Color convert

RGB 188 78 234 -
CMYK 0.20 0.67 0 0.08
HSL 282.31º 0.79% 0.61% -
HSV(B) 282.31º 0.67% 0.92% -
XYZ 38.31 22.08 80.08 -
YUV 128.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 188 78 234 0.20 0.67 0 0.08 282.31 0.79 0.61
Hex BC 4E EA 14 43 0 8 11A 4F 3D
Octal 274 116 352 24 103 0 10 432 117 75
Binary 10111100 1001110 11101010 10100 1000011 0 1000 100011010 1001111 111101

Color Harmonies of #BC4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EEA

Black with #BC4EEA

Text Example


Text Example

White with #BC4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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