Html Css Color HEX #B93FE2 Medium Orchid

📋 copy color: '#B93FE2'

red 185 ◦ green 63 ◦ blue 226

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

Shades of Medium Orchid #B93FE2

Tints of Medium Orchid #B93FE2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.29%

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 39.03%
G = 13.29%
B = 47.68%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B93FE2 (or 0xB93FE2) is known color: Medium Orchid. HEX triplet: B9, 3F and E2. RGB value is (185,63,226). Sum of RGB (Red+Green+Blue) = 185+63+226=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #B93FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FE2 is #46C01D. Grayscale: #757575. Windows color (decimal): -4636702 or 14827449. OLE color: 14827449.

HSL color Cylindrical-coordinate representation of color #B93FE2: hue angle of 284.91º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93FE2 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 63 226 -
CMYK 0.18 0.72 0 0.11
HSL 284.91º 0.74% 0.57% -
HSV(B) 284.91º 0.72% 0.89% -
XYZ 35.51 19.36 73.82 -
YUV 118.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 185 63 226 0.18 0.72 0 0.11 284.91 0.74 0.57
Hex B9 3F E2 12 48 0 B 11D 4A 39
Octal 271 77 342 22 110 0 13 435 112 71
Binary 10111001 111111 11100010 10010 1001000 0 1011 100011101 1001010 111001

Color Harmonies of #B93FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FE2

Black with #B93FE2

Text Example


Text Example

White with #B93FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FE2; }

 p { color: rgb(185,63,226); }

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

background-color css

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

 a { background-color: rgb(185,63,226); }

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

border-color css

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

 span { border-color: rgb(185,63,226); }

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