Html Css Color HEX #B069DC Medium Orchid

📋 copy color: '#B069DC'

red 176 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B069DC

Tints of Medium Orchid #B069DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 35.13%
G = 20.96%
B = 43.91%

CMYK

 C value IS 0.2

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B069DC (or 0xB069DC) is known color: Medium Orchid. HEX triplet: B0, 69 and DC. RGB value is (176,105,220). Sum of RGB (Red+Green+Blue) = 176+105+220=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B069DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069DC is #4F9623. Grayscale: #8A8A8A. Windows color (decimal): -5215780 or 14444976. OLE color: 14444976.

HSL color Cylindrical-coordinate representation of color #B069DC: hue angle of 277.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B069DC is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 105 220 -
CMYK 0.2 0.52 0 0.14
HSL 277.04º 0.62% 0.64% -
HSV(B) 277.04º 0.52% 0.86% -
XYZ 35.87 24.5 70.55 -
YUV 139.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 176 105 220 0.2 0.52 0 0.14 277.04 0.62 0.64
Hex B0 69 DC 14 34 0 E 115 3E 40
Octal 260 151 334 24 64 0 16 425 76 100
Binary 10110000 1101001 11011100 10100 110100 0 1110 100010101 111110 1000000

Color Harmonies of #B069DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069DC

Black with #B069DC

Text Example


Text Example

White with #B069DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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