Html Css Color HEX #B05BCB Medium Orchid

📋 copy color: '#B05BCB'

red 176 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B05BCB

Tints of Medium Orchid #B05BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 37.45%
G = 19.36%
B = 43.19%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B05BCB (or 0xB05BCB) is known color: Medium Orchid. HEX triplet: B0, 5B and CB. RGB value is (176,91,203). Sum of RGB (Red+Green+Blue) = 176+91+203=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BCB is #4FA434. Grayscale: #808080. Windows color (decimal): -5219381 or 13327280. OLE color: 13327280.

HSL color Cylindrical-coordinate representation of color #B05BCB: hue angle of 285.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05BCB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 91 203 -
CMYK 0.13 0.55 0 0.20
HSL 285.54º 0.52% 0.58% -
HSV(B) 285.54º 0.55% 0.8% -
XYZ 32.43 21.02 58.85 -
YUV 129.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 176 91 203 0.13 0.55 0 0.20 285.54 0.52 0.58
Hex B0 5B CB D 37 0 14 11E 34 3A
Octal 260 133 313 15 67 0 24 436 64 72
Binary 10110000 1011011 11001011 1101 110111 0 10100 100011110 110100 111010

Color Harmonies of #B05BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BCB

Black with #B05BCB

Text Example


Text Example

White with #B05BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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