Html Css Color HEX #B050CE Medium Orchid

📋 copy color: '#B050CE'

red 176 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #B050CE

Tints of Medium Orchid #B050CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 38.1%
G = 17.32%
B = 44.59%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B050CE (or 0xB050CE) is known color: Medium Orchid. HEX triplet: B0, 50 and CE. RGB value is (176,80,206). Sum of RGB (Red+Green+Blue) = 176+80+206=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B050CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050CE is #4FAF31. Grayscale: #7A7A7A. Windows color (decimal): -5222194 or 13521072. OLE color: 13521072.

HSL color Cylindrical-coordinate representation of color #B050CE: hue angle of 285.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B050CE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 80 206 -
CMYK 0.15 0.61 0 0.19
HSL 285.71º 0.56% 0.56% -
HSV(B) 285.71º 0.61% 0.81% -
XYZ 31.91 19.42 60.46 -
YUV 123.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 176 80 206 0.15 0.61 0 0.19 285.71 0.56 0.56
Hex B0 50 CE F 3D 0 13 11E 38 38
Octal 260 120 316 17 75 0 23 436 70 70
Binary 10110000 1010000 11001110 1111 111101 0 10011 100011110 111000 111000

Color Harmonies of #B050CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050CE

Black with #B050CE

Text Example


Text Example

White with #B050CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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