Html Css Color HEX #B051CA Medium Orchid

📋 copy color: '#B051CA'

red 176 ◦ green 81 ◦ blue 202

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

Shades of Medium Orchid #B051CA

Tints of Medium Orchid #B051CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 38.34%
G = 17.65%
B = 44.01%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B051CA (or 0xB051CA) is known color: Medium Orchid. HEX triplet: B0, 51 and CA. RGB value is (176,81,202). Sum of RGB (Red+Green+Blue) = 176+81+202=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #B051CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CA is #4FAE35. Grayscale: #7A7A7A. Windows color (decimal): -5221942 or 13259184. OLE color: 13259184.

HSL color Cylindrical-coordinate representation of color #B051CA: hue angle of 287.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B051CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 81 202 -
CMYK 0.13 0.60 0 0.21
HSL 287.11º 0.53% 0.55% -
HSV(B) 287.11º 0.6% 0.79% -
XYZ 31.51 19.38 57.96 -
YUV 123.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 176 81 202 0.13 0.60 0 0.21 287.11 0.53 0.55
Hex B0 51 CA D 3C 0 15 11F 35 37
Octal 260 121 312 15 74 0 25 437 65 67
Binary 10110000 1010001 11001010 1101 111100 0 10101 100011111 110101 110111

Color Harmonies of #B051CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051CA

Black with #B051CA

Text Example


Text Example

White with #B051CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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