Html Css Color HEX #B250ED Medium Orchid

📋 copy color: '#B250ED'

red 178 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #B250ED

Tints of Medium Orchid #B250ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 35.96%
G = 16.16%
B = 47.88%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B250ED (or 0xB250ED) is known color: Medium Orchid. HEX triplet: B2, 50 and ED. RGB value is (178,80,237). Sum of RGB (Red+Green+Blue) = 178+80+237=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B250ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250ED is #4DAF12. Grayscale: #7E7E7E. Windows color (decimal): -5091091 or 15552690. OLE color: 15552690.

HSL color Cylindrical-coordinate representation of color #B250ED: hue angle of 277.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B250ED is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 80 237 -
CMYK 0.25 0.66 0 0.07
HSL 277.45º 0.81% 0.62% -
HSV(B) 277.45º 0.66% 0.93% -
XYZ 36.51 21.32 82.31 -
YUV 127.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 178 80 237 0.25 0.66 0 0.07 277.45 0.81 0.62
Hex B2 50 ED 19 42 0 7 115 51 3E
Octal 262 120 355 31 102 0 7 425 121 76
Binary 10110010 1010000 11101101 11001 1000010 0 111 100010101 1010001 111110

Color Harmonies of #B250ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250ED

Black with #B250ED

Text Example


Text Example

White with #B250ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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