Html Css Color HEX #B06BBE Medium Orchid

📋 copy color: '#B06BBE'

red 176 ◦ green 107 ◦ blue 190

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

Shades of Medium Orchid #B06BBE

Tints of Medium Orchid #B06BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 37.21%
G = 22.62%
B = 40.17%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B06BBE (or 0xB06BBE) is known color: Medium Orchid. HEX triplet: B0, 6B and BE. RGB value is (176,107,190). Sum of RGB (Red+Green+Blue) = 176+107+190=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BBE is #4F9441. Grayscale: #888888. Windows color (decimal): -5215298 or 12479408. OLE color: 12479408.

HSL color Cylindrical-coordinate representation of color #B06BBE: hue angle of 289.88º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06BBE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 107 190 -
CMYK 0.07 0.44 0 0.25
HSL 289.88º 0.39% 0.58% -
HSV(B) 289.88º 0.44% 0.75% -
XYZ 32.46 23.46 51.53 -
YUV 137.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 176 107 190 0.07 0.44 0 0.25 289.88 0.39 0.58
Hex B0 6B BE 7 2C 0 19 122 27 3A
Octal 260 153 276 7 54 0 31 442 47 72
Binary 10110000 1101011 10111110 111 101100 0 11001 100100010 100111 111010

Color Harmonies of #B06BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BBE

Black with #B06BBE

Text Example


Text Example

White with #B06BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BBE; }

 p { color: rgb(176,107,190); }

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

background-color css

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

 a { background-color: rgb(176,107,190); }

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

border-color css

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

 span { border-color: rgb(176,107,190); }

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