Html Css Color HEX #B06EC3 Medium Orchid

📋 copy color: '#B06EC3'

red 176 ◦ green 110 ◦ blue 195

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

Shades of Medium Orchid #B06EC3

Tints of Medium Orchid #B06EC3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 36.59%
G = 22.87%
B = 40.54%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B06EC3 (or 0xB06EC3) is known color: Medium Orchid. HEX triplet: B0, 6E and C3. RGB value is (176,110,195). Sum of RGB (Red+Green+Blue) = 176+110+195=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #B06EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EC3 is #4F913C. Grayscale: #8B8B8B. Windows color (decimal): -5214525 or 12807856. OLE color: 12807856.

HSL color Cylindrical-coordinate representation of color #B06EC3: hue angle of 286.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06EC3 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 110 195 -
CMYK 0.10 0.44 0 0.24
HSL 286.59º 0.41% 0.6% -
HSV(B) 286.59º 0.44% 0.76% -
XYZ 33.33 24.32 54.57 -
YUV 139.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 176 110 195 0.10 0.44 0 0.24 286.59 0.41 0.6
Hex B0 6E C3 A 2C 0 18 11F 29 3C
Octal 260 156 303 12 54 0 30 437 51 74
Binary 10110000 1101110 11000011 1010 101100 0 11000 100011111 101001 111100

Color Harmonies of #B06EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06EC3

Black with #B06EC3

Text Example


Text Example

White with #B06EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06EC3; }

 p { color: rgb(176,110,195); }

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

background-color css

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

 a { background-color: rgb(176,110,195); }

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

border-color css

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

 span { border-color: rgb(176,110,195); }

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