Html Css Color HEX #B937D2 Medium Orchid

📋 copy color: '#B937D2'

red 185 ◦ green 55 ◦ blue 210

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

Shades of Medium Orchid #B937D2

Tints of Medium Orchid #B937D2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 41.11%
G = 12.22%
B = 46.67%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B937D2 (or 0xB937D2) is known color: Medium Orchid. HEX triplet: B9, 37 and D2. RGB value is (185,55,210). Sum of RGB (Red+Green+Blue) = 185+55+210=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #B937D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937D2 is #46C82D. Grayscale: #6F6F6F. Windows color (decimal): -4638766 or 13776825. OLE color: 13776825.

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

Color convert

RGB 185 55 210 -
CMYK 0.12 0.74 0 0.18
HSL 290.32º 0.63% 0.52% -
HSV(B) 290.32º 0.74% 0.82% -
XYZ 33.01 17.7 62.65 -
YUV 111.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 185 55 210 0.12 0.74 0 0.18 290.32 0.63 0.52
Hex B9 37 D2 C 4A 0 12 122 3F 34
Octal 271 67 322 14 112 0 22 442 77 64
Binary 10111001 110111 11010010 1100 1001010 0 10010 100100010 111111 110100

Color Harmonies of #B937D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937D2

Black with #B937D2

Text Example


Text Example

White with #B937D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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