Html Css Color HEX #B05FED Medium Orchid

📋 copy color: '#B05FED'

red 176 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #B05FED

Tints of Medium Orchid #B05FED

RGB

 RED value IS 176 (69.14% from 255) = 34.65%

 GREEN value IS 95 (37.5% from 255) = 18.7%

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

R = 34.65%
G = 18.7%
B = 46.65%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05FED (or 0xB05FED) is known color: Medium Orchid. HEX triplet: B0, 5F and ED. RGB value is (176,95,237). Sum of RGB (Red+Green+Blue) = 176+95+237=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #B05FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FED is #4FA012. Grayscale: #868686. Windows color (decimal): -5218323 or 15556528. OLE color: 15556528.

HSL color Cylindrical-coordinate representation of color #B05FED: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05FED is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 95 237 -
CMYK 0.26 0.60 0 0.07
HSL 274.23º 0.8% 0.65% -
HSV(B) 274.23º 0.6% 0.93% -
XYZ 37.28 23.53 82.7 -
YUV 135.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 176 95 237 0.26 0.60 0 0.07 274.23 0.8 0.65
Hex B0 5F ED 1A 3C 0 7 112 50 41
Octal 260 137 355 32 74 0 7 422 120 101
Binary 10110000 1011111 11101101 11010 111100 0 111 100010010 1010000 1000001

Color Harmonies of #B05FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FED

Black with #B05FED

Text Example


Text Example

White with #B05FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FED; }

 p { color: rgb(176,95,237); }

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

background-color css

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

 a { background-color: rgb(176,95,237); }

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

border-color css

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

 span { border-color: rgb(176,95,237); }

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