Html Css Color HEX #B370CD Medium Orchid

📋 copy color: '#B370CD'

red 179 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #B370CD

Tints of Medium Orchid #B370CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 36.09%
G = 22.58%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B370CD (or 0xB370CD) is known color: Medium Orchid. HEX triplet: B3, 70 and CD. RGB value is (179,112,205). Sum of RGB (Red+Green+Blue) = 179+112+205=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B370CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CD is #4C8F32. Grayscale: #8E8E8E. Windows color (decimal): -5017395 or 13463731. OLE color: 13463731.

HSL color Cylindrical-coordinate representation of color #B370CD: hue angle of 283.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B370CD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 112 205 -
CMYK 0.13 0.45 0 0.20
HSL 283.23º 0.48% 0.62% -
HSV(B) 283.23º 0.45% 0.8% -
XYZ 35.4 25.58 60.83 -
YUV 142.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 179 112 205 0.13 0.45 0 0.20 283.23 0.48 0.62
Hex B3 70 CD D 2D 0 14 11B 30 3E
Octal 263 160 315 15 55 0 24 433 60 76
Binary 10110011 1110000 11001101 1101 101101 0 10100 100011011 110000 111110

Color Harmonies of #B370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370CD

Black with #B370CD

Text Example


Text Example

White with #B370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370CD; }

 p { color: rgb(179,112,205); }

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

background-color css

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

 a { background-color: rgb(179,112,205); }

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

border-color css

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

 span { border-color: rgb(179,112,205); }

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