Html Css Color HEX #B050CA Medium Orchid

📋 copy color: '#B050CA'

red 176 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #B050CA

Tints of Medium Orchid #B050CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

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

R = 38.43%
G = 17.47%
B = 44.1%

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

#B050CA (or 0xB050CA) is known color: Medium Orchid. HEX triplet: B0, 50 and CA. RGB value is (176,80,202). Sum of RGB (Red+Green+Blue) = 176+80+202=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050CA is #4FAF35. Grayscale: #7A7A7A. Windows color (decimal): -5222198 or 13258928. OLE color: 13258928.

HSL color Cylindrical-coordinate representation of color #B050CA: hue angle of 287.21º degrees, saturation: 0.54, 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 #B050CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 80 202 -
CMYK 0.13 0.60 0 0.21
HSL 287.21º 0.54% 0.55% -
HSV(B) 287.21º 0.6% 0.79% -
XYZ 31.43 19.23 57.93 -
YUV 122.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 176 80 202 0.13 0.60 0 0.21 287.21 0.54 0.55
Hex B0 50 CA D 3C 0 15 11F 36 37
Octal 260 120 312 15 74 0 25 437 66 67
Binary 10110000 1010000 11001010 1101 111100 0 10101 100011111 110110 110111

Color Harmonies of #B050CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050CA

Black with #B050CA

Text Example


Text Example

White with #B050CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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