Html Css Color HEX #BC33EA Medium Orchid

📋 copy color: '#BC33EA'

red 188 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #BC33EA

Tints of Medium Orchid #BC33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.78%

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

R = 39.75%
G = 10.78%
B = 49.47%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC33EA (or 0xBC33EA) is known color: Medium Orchid. HEX triplet: BC, 33 and EA. RGB value is (188,51,234). Sum of RGB (Red+Green+Blue) = 188+51+234=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33EA is #43CC15. Grayscale: #707070. Windows color (decimal): -4443158 or 15348668. OLE color: 15348668.

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

Color convert

RGB 188 51 234 -
CMYK 0.20 0.78 0 0.08
HSL 284.92º 0.81% 0.56% -
HSV(B) 284.92º 0.78% 0.92% -
XYZ 36.77 19 79.57 -
YUV 112.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 188 51 234 0.20 0.78 0 0.08 284.92 0.81 0.56
Hex BC 33 EA 14 4E 0 8 11D 51 38
Octal 274 63 352 24 116 0 10 435 121 70
Binary 10111100 110011 11101010 10100 1001110 0 1000 100011101 1010001 111000

Color Harmonies of #BC33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33EA

Black with #BC33EA

Text Example


Text Example

White with #BC33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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