Html Css Color HEX #B93BEB Medium Orchid

📋 copy color: '#B93BEB'

red 185 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #B93BEB

Tints of Medium Orchid #B93BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.32%

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 38.62%
G = 12.32%
B = 49.06%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B93BEB (or 0xB93BEB) is known color: Medium Orchid. HEX triplet: B9, 3B and EB. RGB value is (185,59,235). Sum of RGB (Red+Green+Blue) = 185+59+235=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B93BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BEB is #46C414. Grayscale: #747474. Windows color (decimal): -4637717 or 15416249. OLE color: 15416249.

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

Color convert

RGB 185 59 235 -
CMYK 0.21 0.75 0 0.08
HSL 282.95º 0.81% 0.58% -
HSV(B) 282.95º 0.75% 0.92% -
XYZ 36.57 19.44 80.42 -
YUV 116.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 185 59 235 0.21 0.75 0 0.08 282.95 0.81 0.58
Hex B9 3B EB 15 4B 0 8 11B 51 3A
Octal 271 73 353 25 113 0 10 433 121 72
Binary 10111001 111011 11101011 10101 1001011 0 1000 100011011 1010001 111010

Color Harmonies of #B93BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BEB

Black with #B93BEB

Text Example


Text Example

White with #B93BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BEB; }

 p { color: rgb(185,59,235); }

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

background-color css

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

 a { background-color: rgb(185,59,235); }

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

border-color css

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

 span { border-color: rgb(185,59,235); }

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