Html Css Color HEX #B93CEA Medium Orchid

📋 copy color: '#B93CEA'

red 185 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #B93CEA

Tints of Medium Orchid #B93CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.53%

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

R = 38.62%
G = 12.53%
B = 48.85%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B93CEA (or 0xB93CEA) is known color: Medium Orchid. HEX triplet: B9, 3C and EA. RGB value is (185,60,234). Sum of RGB (Red+Green+Blue) = 185+60+234=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B93CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CEA is #46C315. Grayscale: #747474. Windows color (decimal): -4637462 or 15350969. OLE color: 15350969.

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

Color convert

RGB 185 60 234 -
CMYK 0.21 0.74 0 0.08
HSL 283.1º 0.81% 0.58% -
HSV(B) 283.1º 0.74% 0.92% -
XYZ 36.47 19.49 79.68 -
YUV 117.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 185 60 234 0.21 0.74 0 0.08 283.1 0.81 0.58
Hex B9 3C EA 15 4A 0 8 11B 51 3A
Octal 271 74 352 25 112 0 10 433 121 72
Binary 10111001 111100 11101010 10101 1001010 0 1000 100011011 1010001 111010

Color Harmonies of #B93CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CEA

Black with #B93CEA

Text Example


Text Example

White with #B93CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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