Html Css Color HEX #B05DED Medium Orchid

📋 copy color: '#B05DED'

red 176 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #B05DED

Tints of Medium Orchid #B05DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.38%

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

R = 34.78%
G = 18.38%
B = 46.84%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B05DED (or 0xB05DED) is known color: Medium Orchid. HEX triplet: B0, 5D and ED. RGB value is (176,93,237). Sum of RGB (Red+Green+Blue) = 176+93+237=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B05DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DED is #4FA212. Grayscale: #858585. Windows color (decimal): -5218835 or 15556016. OLE color: 15556016.

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

Color convert

RGB 176 93 237 -
CMYK 0.26 0.61 0 0.07
HSL 274.58º 0.8% 0.65% -
HSV(B) 274.58º 0.61% 0.93% -
XYZ 37.1 23.17 82.64 -
YUV 134.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 176 93 237 0.26 0.61 0 0.07 274.58 0.8 0.65
Hex B0 5D ED 1A 3D 0 7 113 50 41
Octal 260 135 355 32 75 0 7 423 120 101
Binary 10110000 1011101 11101101 11010 111101 0 111 100010011 1010000 1000001

Color Harmonies of #B05DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DED

Black with #B05DED

Text Example


Text Example

White with #B05DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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