Html Css Color HEX #B93ECE Medium Orchid

📋 copy color: '#B93ECE'

red 185 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #B93ECE

Tints of Medium Orchid #B93ECE

RGB

 RED value IS 185 (72.66% from 255) = 40.84%

 GREEN value IS 62 (24.61% from 255) = 13.69%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 40.84%
G = 13.69%
B = 45.47%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B93ECE (or 0xB93ECE) is known color: Medium Orchid. HEX triplet: B9, 3E and CE. RGB value is (185,62,206). Sum of RGB (Red+Green+Blue) = 185+62+206=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ECE is #46C131. Grayscale: #727272. Windows color (decimal): -4636978 or 13516473. OLE color: 13516473.

HSL color Cylindrical-coordinate representation of color #B93ECE: hue angle of 291.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93ECE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 62 206 -
CMYK 0.10 0.70 0 0.19
HSL 291.25º 0.6% 0.53% -
HSV(B) 291.25º 0.7% 0.81% -
XYZ 32.87 18.22 60.18 -
YUV 115.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 185 62 206 0.10 0.70 0 0.19 291.25 0.6 0.53
Hex B9 3E CE A 46 0 13 123 3C 35
Octal 271 76 316 12 106 0 23 443 74 65
Binary 10111001 111110 11001110 1010 1000110 0 10011 100100011 111100 110101

Color Harmonies of #B93ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ECE

Black with #B93ECE

Text Example


Text Example

White with #B93ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ECE; }

 p { color: rgb(185,62,206); }

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

background-color css

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

 a { background-color: rgb(185,62,206); }

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

border-color css

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

 span { border-color: rgb(185,62,206); }

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