Html Css Color HEX #B05BCE Medium Orchid

📋 copy color: '#B05BCE'

red 176 ◦ green 91 ◦ blue 206

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

Shades of Medium Orchid #B05BCE

Tints of Medium Orchid #B05BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 37.21%
G = 19.24%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B05BCE (or 0xB05BCE) is known color: Medium Orchid. HEX triplet: B0, 5B and CE. RGB value is (176,91,206). Sum of RGB (Red+Green+Blue) = 176+91+206=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BCE is #4FA431. Grayscale: #818181. Windows color (decimal): -5219378 or 13523888. OLE color: 13523888.

HSL color Cylindrical-coordinate representation of color #B05BCE: hue angle of 284.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05BCE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 91 206 -
CMYK 0.15 0.56 0 0.19
HSL 284.35º 0.54% 0.58% -
HSV(B) 284.35º 0.56% 0.81% -
XYZ 32.79 21.17 60.75 -
YUV 129.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 176 91 206 0.15 0.56 0 0.19 284.35 0.54 0.58
Hex B0 5B CE F 38 0 13 11C 36 3A
Octal 260 133 316 17 70 0 23 434 66 72
Binary 10110000 1011011 11001110 1111 111000 0 10011 100011100 110110 111010

Color Harmonies of #B05BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BCE

Black with #B05BCE

Text Example


Text Example

White with #B05BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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