Html Css Color HEX #B950ED Medium Orchid

📋 copy color: '#B950ED'

red 185 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #B950ED

Tints of Medium Orchid #B950ED

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

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

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

R = 36.85%
G = 15.94%
B = 47.21%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B950ED (or 0xB950ED) is known color: Medium Orchid. HEX triplet: B9, 50 and ED. RGB value is (185,80,237). Sum of RGB (Red+Green+Blue) = 185+80+237=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #B950ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950ED is #46AF12. Grayscale: #808080. Windows color (decimal): -4632339 or 15552697. OLE color: 15552697.

HSL color Cylindrical-coordinate representation of color #B950ED: hue angle of 280.13º 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 #B950ED is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 80 237 -
CMYK 0.22 0.66 0 0.07
HSL 280.13º 0.81% 0.62% -
HSV(B) 280.13º 0.66% 0.93% -
XYZ 38.16 22.17 82.39 -
YUV 129.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 185 80 237 0.22 0.66 0 0.07 280.13 0.81 0.62
Hex B9 50 ED 16 42 0 7 118 51 3E
Octal 271 120 355 26 102 0 7 430 121 76
Binary 10111001 1010000 11101101 10110 1000010 0 111 100011000 1010001 111110

Color Harmonies of #B950ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950ED

Black with #B950ED

Text Example


Text Example

White with #B950ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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