Html Css Color HEX #B250D8 Medium Orchid

📋 copy color: '#B250D8'

red 178 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #B250D8

Tints of Medium Orchid #B250D8

RGB

 RED value IS 178 (69.92% from 255) = 37.55%

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

 BLUE value IS 216 (84.77% from 255) = 45.57%

R = 37.55%
G = 16.88%
B = 45.57%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B250D8 (or 0xB250D8) is known color: Medium Orchid. HEX triplet: B2, 50 and D8. RGB value is (178,80,216). Sum of RGB (Red+Green+Blue) = 178+80+216=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #B250D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250D8 is #4DAF27. Grayscale: #7C7C7C. Windows color (decimal): -5091112 or 14176434. OLE color: 14176434.

HSL color Cylindrical-coordinate representation of color #B250D8: hue angle of 283.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B250D8 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 80 216 -
CMYK 0.18 0.63 0 0.15
HSL 283.24º 0.64% 0.58% -
HSV(B) 283.24º 0.63% 0.85% -
XYZ 33.62 20.16 67.08 -
YUV 124.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 178 80 216 0.18 0.63 0 0.15 283.24 0.64 0.58
Hex B2 50 D8 12 3F 0 F 11B 40 3A
Octal 262 120 330 22 77 0 17 433 100 72
Binary 10110010 1010000 11011000 10010 111111 0 1111 100011011 1000000 111010

Color Harmonies of #B250D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250D8

Black with #B250D8

Text Example


Text Example

White with #B250D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250D8; }

 p { color: rgb(178,80,216); }

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

background-color css

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

 a { background-color: rgb(178,80,216); }

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

border-color css

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

 span { border-color: rgb(178,80,216); }

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