Html Css Color HEX #B93BEA Medium Orchid

📋 copy color: '#B93BEA'

red 185 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #B93BEA

Tints of Medium Orchid #B93BEA

RGB

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

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

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

R = 38.7%
G = 12.34%
B = 48.95%

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

#B93BEA (or 0xB93BEA) is known color: Medium Orchid. HEX triplet: B9, 3B and EA. RGB value is (185,59,234). Sum of RGB (Red+Green+Blue) = 185+59+234=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B93BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93BEA is #46C415. Grayscale: #747474. Windows color (decimal): -4637718 or 15350713. OLE color: 15350713.

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

Color convert

RGB 185 59 234 -
CMYK 0.21 0.75 0 0.08
HSL 283.2º 0.81% 0.57% -
HSV(B) 283.2º 0.75% 0.92% -
XYZ 36.42 19.38 79.66 -
YUV 116.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 185 59 234 0.21 0.75 0 0.08 283.2 0.81 0.57
Hex B9 3B EA 15 4B 0 8 11B 51 39
Octal 271 73 352 25 113 0 10 433 121 71
Binary 10111001 111011 11101010 10101 1001011 0 1000 100011011 1010001 111001

Color Harmonies of #B93BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BEA

Black with #B93BEA

Text Example


Text Example

White with #B93BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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