Html Css Color HEX #B250DB Medium Orchid

📋 copy color: '#B250DB'

red 178 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B250DB

Tints of Medium Orchid #B250DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 37.32%
G = 16.77%
B = 45.91%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B250DB (or 0xB250DB) is known color: Medium Orchid. HEX triplet: B2, 50 and DB. RGB value is (178,80,219). Sum of RGB (Red+Green+Blue) = 178+80+219=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B250DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250DB is #4DAF24. Grayscale: #7C7C7C. Windows color (decimal): -5091109 or 14373042. OLE color: 14373042.

HSL color Cylindrical-coordinate representation of color #B250DB: hue angle of 282.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B250DB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 80 219 -
CMYK 0.19 0.63 0 0.14
HSL 282.3º 0.66% 0.59% -
HSV(B) 282.3º 0.63% 0.86% -
XYZ 34.01 20.32 69.15 -
YUV 125.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 178 80 219 0.19 0.63 0 0.14 282.3 0.66 0.59
Hex B2 50 DB 13 3F 0 E 11A 42 3B
Octal 262 120 333 23 77 0 16 432 102 73
Binary 10110010 1010000 11011011 10011 111111 0 1110 100011010 1000010 111011

Color Harmonies of #B250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250DB

Black with #B250DB

Text Example


Text Example

White with #B250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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