Html Css Color HEX #B069BF Medium Orchid

📋 copy color: '#B069BF'

red 176 ◦ green 105 ◦ blue 191

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

Shades of Medium Orchid #B069BF

Tints of Medium Orchid #B069BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 37.29%
G = 22.25%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B069BF (or 0xB069BF) is known color: Medium Orchid. HEX triplet: B0, 69 and BF. RGB value is (176,105,191). Sum of RGB (Red+Green+Blue) = 176+105+191=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #B069BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069BF is #4F9640. Grayscale: #878787. Windows color (decimal): -5215809 or 12544432. OLE color: 12544432.

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

Color convert

RGB 176 105 191 -
CMYK 0.08 0.45 0 0.25
HSL 289.53º 0.4% 0.58% -
HSV(B) 289.53º 0.45% 0.75% -
XYZ 32.36 23.09 52.04 -
YUV 136.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 176 105 191 0.08 0.45 0 0.25 289.53 0.4 0.58
Hex B0 69 BF 8 2D 0 19 122 28 3A
Octal 260 151 277 10 55 0 31 442 50 72
Binary 10110000 1101001 10111111 1000 101101 0 11001 100100010 101000 111010

Color Harmonies of #B069BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069BF

Black with #B069BF

Text Example


Text Example

White with #B069BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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