Html Css Color HEX #BC55E9 Medium Orchid

📋 copy color: '#BC55E9'

red 188 ◦ green 85 ◦ blue 233

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

Shades of Medium Orchid #BC55E9

Tints of Medium Orchid #BC55E9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.8%

 BLUE value IS 233 (91.41% from 255) = 46.05%

R = 37.15%
G = 16.8%
B = 46.05%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC55E9 (or 0xBC55E9) is known color: Medium Orchid. HEX triplet: BC, 55 and E9. RGB value is (188,85,233). Sum of RGB (Red+Green+Blue) = 188+85+233=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC55E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55E9 is #43AA16. Grayscale: #848484. Windows color (decimal): -4434455 or 15291836. OLE color: 15291836.

HSL color Cylindrical-coordinate representation of color #BC55E9: hue angle of 281.76º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC55E9 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 85 233 -
CMYK 0.19 0.64 0 0.09
HSL 281.76º 0.77% 0.62% -
HSV(B) 281.76º 0.64% 0.91% -
XYZ 38.7 23.07 79.5 -
YUV 132.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 188 85 233 0.19 0.64 0 0.09 281.76 0.77 0.62
Hex BC 55 E9 13 40 0 9 11A 4D 3E
Octal 274 125 351 23 100 0 11 432 115 76
Binary 10111100 1010101 11101001 10011 1000000 0 1001 100011010 1001101 111110

Color Harmonies of #BC55E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55E9

Black with #BC55E9

Text Example


Text Example

White with #BC55E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55E9; }

 p { color: rgb(188,85,233); }

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

background-color css

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

 a { background-color: rgb(188,85,233); }

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

border-color css

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

 span { border-color: rgb(188,85,233); }

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