Html Css Color HEX #B05CCB Medium Orchid

📋 copy color: '#B05CCB'

red 176 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #B05CCB

Tints of Medium Orchid #B05CCB

RGB

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

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

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

R = 37.37%
G = 19.53%
B = 43.1%

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

#B05CCB (or 0xB05CCB) is known color: Medium Orchid. HEX triplet: B0, 5C and CB. RGB value is (176,92,203). Sum of RGB (Red+Green+Blue) = 176+92+203=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CCB is #4FA334. Grayscale: #818181. Windows color (decimal): -5219125 or 13327536. OLE color: 13327536.

HSL color Cylindrical-coordinate representation of color #B05CCB: hue angle of 285.41º 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 #B05CCB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 92 203 -
CMYK 0.13 0.55 0 0.20
HSL 285.41º 0.52% 0.58% -
HSV(B) 285.41º 0.55% 0.8% -
XYZ 32.51 21.2 58.88 -
YUV 129.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 176 92 203 0.13 0.55 0 0.20 285.41 0.52 0.58
Hex B0 5C CB D 37 0 14 11D 34 3A
Octal 260 134 313 15 67 0 24 435 64 72
Binary 10110000 1011100 11001011 1101 110111 0 10100 100011101 110100 111010

Color Harmonies of #B05CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CCB

Black with #B05CCB

Text Example


Text Example

White with #B05CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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