Html Css Color HEX #BC4BEA Medium Orchid

📋 copy color: '#BC4BEA'

red 188 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #BC4BEA

Tints of Medium Orchid #BC4BEA

RGB

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

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

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

R = 37.83%
G = 15.09%
B = 47.08%

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

#BC4BEA (or 0xBC4BEA) is known color: Medium Orchid. HEX triplet: BC, 4B and EA. RGB value is (188,75,234). Sum of RGB (Red+Green+Blue) = 188+75+234=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BEA is #43B415. Grayscale: #7E7E7E. Windows color (decimal): -4437014 or 15354812. OLE color: 15354812.

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

Color convert

RGB 188 75 234 -
CMYK 0.20 0.68 0 0.08
HSL 282.64º 0.79% 0.61% -
HSV(B) 282.64º 0.68% 0.92% -
XYZ 38.11 21.66 80.02 -
YUV 126.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 188 75 234 0.20 0.68 0 0.08 282.64 0.79 0.61
Hex BC 4B EA 14 44 0 8 11B 4F 3D
Octal 274 113 352 24 104 0 10 433 117 75
Binary 10111100 1001011 11101010 10100 1000100 0 1000 100011011 1001111 111101

Color Harmonies of #BC4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BEA

Black with #BC4BEA

Text Example


Text Example

White with #BC4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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