Html Css Color HEX #B950EF Medium Orchid

📋 copy color: '#B950EF'

red 185 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #B950EF

Tints of Medium Orchid #B950EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 36.71%
G = 15.87%
B = 47.42%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B950EF (or 0xB950EF) is known color: Medium Orchid. HEX triplet: B9, 50 and EF. RGB value is (185,80,239). Sum of RGB (Red+Green+Blue) = 185+80+239=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #B950EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950EF is #46AF10. Grayscale: #808080. Windows color (decimal): -4632337 or 15683769. OLE color: 15683769.

HSL color Cylindrical-coordinate representation of color #B950EF: hue angle of 279.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B950EF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 80 239 -
CMYK 0.23 0.67 0 0.06
HSL 279.62º 0.83% 0.63% -
HSV(B) 279.62º 0.67% 0.94% -
XYZ 38.46 22.28 83.94 -
YUV 129.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 185 80 239 0.23 0.67 0 0.06 279.62 0.83 0.63
Hex B9 50 EF 17 43 0 6 118 53 3F
Octal 271 120 357 27 103 0 6 430 123 77
Binary 10111001 1010000 11101111 10111 1000011 0 110 100011000 1010011 111111

Color Harmonies of #B950EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950EF

Black with #B950EF

Text Example


Text Example

White with #B950EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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