Html Css Color HEX #B05CDE Medium Orchid

📋 copy color: '#B05CDE'

red 176 ◦ green 92 ◦ blue 222

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

Shades of Medium Orchid #B05CDE

Tints of Medium Orchid #B05CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.78%

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

R = 35.92%
G = 18.78%
B = 45.31%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05CDE (or 0xB05CDE) is known color: Medium Orchid. HEX triplet: B0, 5C and DE. RGB value is (176,92,222). Sum of RGB (Red+Green+Blue) = 176+92+222=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #B05CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CDE is #4FA321. Grayscale: #838383. Windows color (decimal): -5219106 or 14572720. OLE color: 14572720.

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

Color convert

RGB 176 92 222 -
CMYK 0.21 0.59 0 0.13
HSL 278.77º 0.66% 0.62% -
HSV(B) 278.77º 0.59% 0.87% -
XYZ 34.92 22.16 71.54 -
YUV 131.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 176 92 222 0.21 0.59 0 0.13 278.77 0.66 0.62
Hex B0 5C DE 15 3B 0 D 117 42 3E
Octal 260 134 336 25 73 0 15 427 102 76
Binary 10110000 1011100 11011110 10101 111011 0 1101 100010111 1000010 111110

Color Harmonies of #B05CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CDE

Black with #B05CDE

Text Example


Text Example

White with #B05CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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