Html Css Color HEX #B05EED Medium Orchid

📋 copy color: '#B05EED'

red 176 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #B05EED

Tints of Medium Orchid #B05EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.54%

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

R = 34.71%
G = 18.54%
B = 46.75%

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

#B05EED (or 0xB05EED) is known color: Medium Orchid. HEX triplet: B0, 5E and ED. RGB value is (176,94,237). Sum of RGB (Red+Green+Blue) = 176+94+237=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B05EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EED is #4FA112. Grayscale: #868686. Windows color (decimal): -5218579 or 15556272. OLE color: 15556272.

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

Color convert

RGB 176 94 237 -
CMYK 0.26 0.60 0 0.07
HSL 274.41º 0.8% 0.65% -
HSV(B) 274.41º 0.6% 0.93% -
XYZ 37.19 23.35 82.67 -
YUV 134.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 176 94 237 0.26 0.60 0 0.07 274.41 0.8 0.65
Hex B0 5E ED 1A 3C 0 7 112 50 41
Octal 260 136 355 32 74 0 7 422 120 101
Binary 10110000 1011110 11101101 11010 111100 0 111 100010010 1010000 1000001

Color Harmonies of #B05EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EED

Black with #B05EED

Text Example


Text Example

White with #B05EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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