Html Css Color HEX #B737D6 Medium Orchid

📋 copy color: '#B737D6'

red 183 ◦ green 55 ◦ blue 214

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

Shades of Medium Orchid #B737D6

Tints of Medium Orchid #B737D6

RGB

 RED value IS 183 (71.88% from 255) = 40.49%

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 40.49%
G = 12.17%
B = 47.35%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B737D6 (or 0xB737D6) is known color: Medium Orchid. HEX triplet: B7, 37 and D6. RGB value is (183,55,214). Sum of RGB (Red+Green+Blue) = 183+55+214=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #B737D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737D6 is #48C829. Grayscale: #6E6E6E. Windows color (decimal): -4769834 or 14038967. OLE color: 14038967.

HSL color Cylindrical-coordinate representation of color #B737D6: hue angle of 288.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B737D6 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 55 214 -
CMYK 0.14 0.74 0 0.16
HSL 288.3º 0.66% 0.53% -
HSV(B) 288.3º 0.74% 0.84% -
XYZ 33.03 17.65 65.29 -
YUV 111.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 183 55 214 0.14 0.74 0 0.16 288.3 0.66 0.53
Hex B7 37 D6 E 4A 0 10 120 42 35
Octal 267 67 326 16 112 0 20 440 102 65
Binary 10110111 110111 11010110 1110 1001010 0 10000 100100000 1000010 110101

Color Harmonies of #B737D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B737D6

Black with #B737D6

Text Example


Text Example

White with #B737D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B737D6; }

 p { color: rgb(183,55,214); }

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

background-color css

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

 a { background-color: rgb(183,55,214); }

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

border-color css

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

 span { border-color: rgb(183,55,214); }

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