Html Css Color HEX #B950EA Medium Orchid

📋 copy color: '#B950EA'

red 185 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #B950EA

Tints of Medium Orchid #B950EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 37.07%
G = 16.03%
B = 46.89%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B950EA (or 0xB950EA) is known color: Medium Orchid. HEX triplet: B9, 50 and EA. RGB value is (185,80,234). Sum of RGB (Red+Green+Blue) = 185+80+234=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #B950EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950EA is #46AF15. Grayscale: #808080. Windows color (decimal): -4632342 or 15356089. OLE color: 15356089.

HSL color Cylindrical-coordinate representation of color #B950EA: hue angle of 280.91º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B950EA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 80 234 -
CMYK 0.21 0.66 0 0.08
HSL 280.91º 0.79% 0.62% -
HSV(B) 280.91º 0.66% 0.92% -
XYZ 37.73 21.99 80.1 -
YUV 128.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 185 80 234 0.21 0.66 0 0.08 280.91 0.79 0.62
Hex B9 50 EA 15 42 0 8 119 4F 3E
Octal 271 120 352 25 102 0 10 431 117 76
Binary 10111001 1010000 11101010 10101 1000010 0 1000 100011001 1001111 111110

Color Harmonies of #B950EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950EA

Black with #B950EA

Text Example


Text Example

White with #B950EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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