Html Css Color HEX #B05BDD Medium Orchid

📋 copy color: '#B05BDD'

red 176 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #B05BDD

Tints of Medium Orchid #B05BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.65%

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 36.07%
G = 18.65%
B = 45.29%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05BDD (or 0xB05BDD) is known color: Medium Orchid. HEX triplet: B0, 5B and DD. RGB value is (176,91,221). Sum of RGB (Red+Green+Blue) = 176+91+221=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #B05BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BDD is #4FA422. Grayscale: #828282. Windows color (decimal): -5219363 or 14506928. OLE color: 14506928.

HSL color Cylindrical-coordinate representation of color #B05BDD: hue angle of 279.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05BDD is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 91 221 -
CMYK 0.20 0.59 0 0.13
HSL 279.23º 0.66% 0.61% -
HSV(B) 279.23º 0.59% 0.87% -
XYZ 34.7 21.93 70.81 -
YUV 131.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 176 91 221 0.20 0.59 0 0.13 279.23 0.66 0.61
Hex B0 5B DD 14 3B 0 D 117 42 3D
Octal 260 133 335 24 73 0 15 427 102 75
Binary 10110000 1011011 11011101 10100 111011 0 1101 100010111 1000010 111101

Color Harmonies of #B05BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BDD

Black with #B05BDD

Text Example


Text Example

White with #B05BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BDD; }

 p { color: rgb(176,91,221); }

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

background-color css

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

 a { background-color: rgb(176,91,221); }

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

border-color css

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

 span { border-color: rgb(176,91,221); }

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