Html Css Color HEX #B93BD2 Medium Orchid

📋 copy color: '#B93BD2'

red 185 ◦ green 59 ◦ blue 210

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

Shades of Medium Orchid #B93BD2

Tints of Medium Orchid #B93BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 40.75%
G = 13%
B = 46.26%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B93BD2 (or 0xB93BD2) is known color: Medium Orchid. HEX triplet: B9, 3B and D2. RGB value is (185,59,210). Sum of RGB (Red+Green+Blue) = 185+59+210=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #B93BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BD2 is #46C42D. Grayscale: #717171. Windows color (decimal): -4637742 or 13777849. OLE color: 13777849.

HSL color Cylindrical-coordinate representation of color #B93BD2: hue angle of 290.07º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93BD2 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 59 210 -
CMYK 0.12 0.72 0 0.18
HSL 290.07º 0.63% 0.53% -
HSV(B) 290.07º 0.72% 0.82% -
XYZ 33.2 18.1 62.72 -
YUV 113.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 185 59 210 0.12 0.72 0 0.18 290.07 0.63 0.53
Hex B9 3B D2 C 48 0 12 122 3F 35
Octal 271 73 322 14 110 0 22 442 77 65
Binary 10111001 111011 11010010 1100 1001000 0 10010 100100010 111111 110101

Color Harmonies of #B93BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BD2

Black with #B93BD2

Text Example


Text Example

White with #B93BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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