Html Css Color HEX #B06FC1 Medium Orchid

📋 copy color: '#B06FC1'

red 176 ◦ green 111 ◦ blue 193

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

Shades of Medium Orchid #B06FC1

Tints of Medium Orchid #B06FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 36.67%
G = 23.13%
B = 40.21%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B06FC1 (or 0xB06FC1) is known color: Medium Orchid. HEX triplet: B0, 6F and C1. RGB value is (176,111,193). Sum of RGB (Red+Green+Blue) = 176+111+193=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #B06FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FC1 is #4F903E. Grayscale: #8B8B8B. Windows color (decimal): -5214271 or 12677040. OLE color: 12677040.

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

Color convert

RGB 176 111 193 -
CMYK 0.09 0.42 0 0.24
HSL 287.56º 0.4% 0.6% -
HSV(B) 287.56º 0.42% 0.76% -
XYZ 33.21 24.45 53.42 -
YUV 139.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 176 111 193 0.09 0.42 0 0.24 287.56 0.4 0.6
Hex B0 6F C1 9 2A 0 18 120 28 3C
Octal 260 157 301 11 52 0 30 440 50 74
Binary 10110000 1101111 11000001 1001 101010 0 11000 100100000 101000 111100

Color Harmonies of #B06FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FC1

Black with #B06FC1

Text Example


Text Example

White with #B06FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FC1; }

 p { color: rgb(176,111,193); }

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

background-color css

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

 a { background-color: rgb(176,111,193); }

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

border-color css

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

 span { border-color: rgb(176,111,193); }

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