Html Css Color HEX #B05DDE Medium Orchid

📋 copy color: '#B05DDE'

red 176 ◦ green 93 ◦ blue 222

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

Shades of Medium Orchid #B05DDE

Tints of Medium Orchid #B05DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 35.85%
G = 18.94%
B = 45.21%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05DDE (or 0xB05DDE) is known color: Medium Orchid. HEX triplet: B0, 5D and DE. RGB value is (176,93,222). Sum of RGB (Red+Green+Blue) = 176+93+222=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B05DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DDE is #4FA221. Grayscale: #848484. Windows color (decimal): -5218850 or 14572976. OLE color: 14572976.

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

Color convert

RGB 176 93 222 -
CMYK 0.21 0.58 0 0.13
HSL 278.6º 0.66% 0.62% -
HSV(B) 278.6º 0.58% 0.87% -
XYZ 35 22.33 71.57 -
YUV 132.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 176 93 222 0.21 0.58 0 0.13 278.6 0.66 0.62
Hex B0 5D DE 15 3A 0 D 117 42 3E
Octal 260 135 336 25 72 0 15 427 102 76
Binary 10110000 1011101 11011110 10101 111010 0 1101 100010111 1000010 111110

Color Harmonies of #B05DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DDE

Black with #B05DDE

Text Example


Text Example

White with #B05DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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