Html Css Color HEX #B069C6 Medium Orchid

📋 copy color: '#B069C6'

red 176 ◦ green 105 ◦ blue 198

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

Shades of Medium Orchid #B069C6

Tints of Medium Orchid #B069C6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.92%

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 36.74%
G = 21.92%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B069C6 (or 0xB069C6) is known color: Medium Orchid. HEX triplet: B0, 69 and C6. RGB value is (176,105,198). Sum of RGB (Red+Green+Blue) = 176+105+198=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #B069C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069C6 is #4F9639. Grayscale: #888888. Windows color (decimal): -5215802 or 13003184. OLE color: 13003184.

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

Color convert

RGB 176 105 198 -
CMYK 0.11 0.47 0 0.22
HSL 285.81º 0.45% 0.59% -
HSV(B) 285.81º 0.47% 0.78% -
XYZ 33.15 23.41 56.2 -
YUV 136.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 176 105 198 0.11 0.47 0 0.22 285.81 0.45 0.59
Hex B0 69 C6 B 2F 0 16 11E 2D 3B
Octal 260 151 306 13 57 0 26 436 55 73
Binary 10110000 1101001 11000110 1011 101111 0 10110 100011110 101101 111011

Color Harmonies of #B069C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069C6

Black with #B069C6

Text Example


Text Example

White with #B069C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069C6; }

 p { color: rgb(176,105,198); }

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

background-color css

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

 a { background-color: rgb(176,105,198); }

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

border-color css

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

 span { border-color: rgb(176,105,198); }

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