Html Css Color HEX #B06FC3 Medium Orchid

📋 copy color: '#B06FC3'

red 176 ◦ green 111 ◦ blue 195

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

Shades of Medium Orchid #B06FC3

Tints of Medium Orchid #B06FC3

RGB

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

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

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

R = 36.51%
G = 23.03%
B = 40.46%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B06FC3 (or 0xB06FC3) is known color: Medium Orchid. HEX triplet: B0, 6F and C3. RGB value is (176,111,195). Sum of RGB (Red+Green+Blue) = 176+111+195=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B06FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FC3 is #4F903C. Grayscale: #8B8B8B. Windows color (decimal): -5214269 or 12808112. OLE color: 12808112.

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

Color convert

RGB 176 111 195 -
CMYK 0.10 0.43 0 0.24
HSL 286.43º 0.41% 0.6% -
HSV(B) 286.43º 0.43% 0.76% -
XYZ 33.44 24.54 54.6 -
YUV 140.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 176 111 195 0.10 0.43 0 0.24 286.43 0.41 0.6
Hex B0 6F C3 A 2B 0 18 11E 29 3C
Octal 260 157 303 12 53 0 30 436 51 74
Binary 10110000 1101111 11000011 1010 101011 0 11000 100011110 101001 111100

Color Harmonies of #B06FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06FC3

Black with #B06FC3

Text Example


Text Example

White with #B06FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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