Html Css Color HEX #B050FB Medium Orchid

📋 copy color: '#B050FB'

red 176 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #B050FB

Tints of Medium Orchid #B050FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 34.71%
G = 15.78%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B050FB (or 0xB050FB) is known color: Medium Orchid. HEX triplet: B0, 50 and FB. RGB value is (176,80,251). Sum of RGB (Red+Green+Blue) = 176+80+251=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B050FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B050FB is #4FAF04. Grayscale: #7F7F7F. Windows color (decimal): -5222149 or 16470192. OLE color: 16470192.

HSL color Cylindrical-coordinate representation of color #B050FB: hue angle of 273.68º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B050FB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 80 251 -
CMYK 0.30 0.68 0 0.02
HSL 273.68º 0.96% 0.65% -
HSV(B) 273.68º 0.68% 0.98% -
XYZ 38.19 21.93 93.49 -
YUV 128.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 176 80 251 0.30 0.68 0 0.02 273.68 0.96 0.65
Hex B0 50 FB 1E 44 0 2 112 60 41
Octal 260 120 373 36 104 0 2 422 140 101
Binary 10110000 1010000 11111011 11110 1000100 0 10 100010010 1100000 1000001

Color Harmonies of #B050FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B050FB

Black with #B050FB

Text Example


Text Example

White with #B050FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B050FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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