Html Css Color HEX #B06AC8 Medium Orchid

📋 copy color: '#B06AC8'

red 176 ◦ green 106 ◦ blue 200

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

Shades of Medium Orchid #B06AC8

Tints of Medium Orchid #B06AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 36.51%
G = 21.99%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B06AC8 (or 0xB06AC8) is known color: Medium Orchid. HEX triplet: B0, 6A and C8. RGB value is (176,106,200). Sum of RGB (Red+Green+Blue) = 176+106+200=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #B06AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AC8 is #4F9537. Grayscale: #898989. Windows color (decimal): -5215544 or 13134512. OLE color: 13134512.

HSL color Cylindrical-coordinate representation of color #B06AC8: hue angle of 284.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06AC8 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 106 200 -
CMYK 0.12 0.47 0 0.22
HSL 284.68º 0.46% 0.6% -
HSV(B) 284.68º 0.47% 0.78% -
XYZ 33.48 23.71 57.45 -
YUV 137.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 176 106 200 0.12 0.47 0 0.22 284.68 0.46 0.6
Hex B0 6A C8 C 2F 0 16 11D 2E 3C
Octal 260 152 310 14 57 0 26 435 56 74
Binary 10110000 1101010 11001000 1100 101111 0 10110 100011101 101110 111100

Color Harmonies of #B06AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06AC8

Black with #B06AC8

Text Example


Text Example

White with #B06AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06AC8; }

 p { color: rgb(176,106,200); }

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

background-color css

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

 a { background-color: rgb(176,106,200); }

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

border-color css

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

 span { border-color: rgb(176,106,200); }

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