Html Css Color HEX #B372D6 Medium Orchid

📋 copy color: '#B372D6'

red 179 ◦ green 114 ◦ blue 214

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

Shades of Medium Orchid #B372D6

Tints of Medium Orchid #B372D6

RGB

 RED value IS 179 (70.31% from 255) = 35.31%

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 35.31%
G = 22.49%
B = 42.21%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B372D6 (or 0xB372D6) is known color: Medium Orchid. HEX triplet: B3, 72 and D6. RGB value is (179,114,214). Sum of RGB (Red+Green+Blue) = 179+114+214=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #B372D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372D6 is #4C8D29. Grayscale: #909090. Windows color (decimal): -5016874 or 14054067. OLE color: 14054067.

HSL color Cylindrical-coordinate representation of color #B372D6: hue angle of 279º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B372D6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 114 214 -
CMYK 0.16 0.47 0 0.16
HSL 279º 0.55% 0.64% -
HSV(B) 279º 0.47% 0.84% -
XYZ 36.75 26.47 66.79 -
YUV 144.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 179 114 214 0.16 0.47 0 0.16 279 0.55 0.64
Hex B3 72 D6 10 2F 0 10 117 37 40
Octal 263 162 326 20 57 0 20 427 67 100
Binary 10110011 1110010 11010110 10000 101111 0 10000 100010111 110111 1000000

Color Harmonies of #B372D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372D6

Black with #B372D6

Text Example


Text Example

White with #B372D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372D6; }

 p { color: rgb(179,114,214); }

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

background-color css

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

 a { background-color: rgb(179,114,214); }

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

border-color css

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

 span { border-color: rgb(179,114,214); }

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