Html Css Color HEX #B051CD Medium Orchid

📋 copy color: '#B051CD'

red 176 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #B051CD

Tints of Medium Orchid #B051CD

RGB

 RED value IS 176 (69.14% from 255) = 38.1%

 GREEN value IS 81 (32.03% from 255) = 17.53%

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

R = 38.1%
G = 17.53%
B = 44.37%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B051CD (or 0xB051CD) is known color: Medium Orchid. HEX triplet: B0, 51 and CD. RGB value is (176,81,205). Sum of RGB (Red+Green+Blue) = 176+81+205=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CD is #4FAE32. Grayscale: #7B7B7B. Windows color (decimal): -5221939 or 13455792. OLE color: 13455792.

HSL color Cylindrical-coordinate representation of color #B051CD: hue angle of 285.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B051CD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 81 205 -
CMYK 0.14 0.60 0 0.20
HSL 285.97º 0.55% 0.56% -
HSV(B) 285.97º 0.6% 0.8% -
XYZ 31.87 19.52 59.85 -
YUV 123.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 176 81 205 0.14 0.60 0 0.20 285.97 0.55 0.56
Hex B0 51 CD E 3C 0 14 11E 37 38
Octal 260 121 315 16 74 0 24 436 67 70
Binary 10110000 1010001 11001101 1110 111100 0 10100 100011110 110111 111000

Color Harmonies of #B051CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051CD

Black with #B051CD

Text Example


Text Example

White with #B051CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051CD; }

 p { color: rgb(176,81,205); }

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

background-color css

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

 a { background-color: rgb(176,81,205); }

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

border-color css

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

 span { border-color: rgb(176,81,205); }

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