Html Css Color HEX #B250D0 Medium Orchid

📋 copy color: '#B250D0'

red 178 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #B250D0

Tints of Medium Orchid #B250D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 38.2%
G = 17.17%
B = 44.64%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B250D0 (or 0xB250D0) is known color: Medium Orchid. HEX triplet: B2, 50 and D0. RGB value is (178,80,208). Sum of RGB (Red+Green+Blue) = 178+80+208=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B250D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250D0 is #4DAF2F. Grayscale: #7B7B7B. Windows color (decimal): -5091120 or 13652146. OLE color: 13652146.

HSL color Cylindrical-coordinate representation of color #B250D0: hue angle of 285.94º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B250D0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 80 208 -
CMYK 0.14 0.62 0 0.18
HSL 285.94º 0.58% 0.56% -
HSV(B) 285.94º 0.62% 0.82% -
XYZ 32.61 19.76 61.77 -
YUV 123.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 178 80 208 0.14 0.62 0 0.18 285.94 0.58 0.56
Hex B2 50 D0 E 3E 0 12 11E 3A 38
Octal 262 120 320 16 76 0 22 436 72 70
Binary 10110010 1010000 11010000 1110 111110 0 10010 100011110 111010 111000

Color Harmonies of #B250D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250D0

Black with #B250D0

Text Example


Text Example

White with #B250D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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