Html Css Color HEX #B950DE Medium Orchid

📋 copy color: '#B950DE'

red 185 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #B950DE

Tints of Medium Orchid #B950DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 37.99%
G = 16.43%
B = 45.59%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B950DE (or 0xB950DE) is known color: Medium Orchid. HEX triplet: B9, 50 and DE. RGB value is (185,80,222). Sum of RGB (Red+Green+Blue) = 185+80+222=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #B950DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DE is #46AF21. Grayscale: #7F7F7F. Windows color (decimal): -4632354 or 14569657. OLE color: 14569657.

HSL color Cylindrical-coordinate representation of color #B950DE: hue angle of 284.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B950DE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 80 222 -
CMYK 0.17 0.64 0 0.13
HSL 284.37º 0.68% 0.59% -
HSV(B) 284.37º 0.64% 0.87% -
XYZ 36.06 21.33 71.32 -
YUV 127.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 185 80 222 0.17 0.64 0 0.13 284.37 0.68 0.59
Hex B9 50 DE 11 40 0 D 11C 44 3B
Octal 271 120 336 21 100 0 15 434 104 73
Binary 10111001 1010000 11011110 10001 1000000 0 1101 100011100 1000100 111011

Color Harmonies of #B950DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950DE

Black with #B950DE

Text Example


Text Example

White with #B950DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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