Html Css Color HEX #B069DB Medium Orchid

📋 copy color: '#B069DB'

red 176 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #B069DB

Tints of Medium Orchid #B069DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 35.2%
G = 21%
B = 43.8%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B069DB (or 0xB069DB) is known color: Medium Orchid. HEX triplet: B0, 69 and DB. RGB value is (176,105,219). Sum of RGB (Red+Green+Blue) = 176+105+219=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B069DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069DB is #4F9624. Grayscale: #8A8A8A. Windows color (decimal): -5215781 or 14379440. OLE color: 14379440.

HSL color Cylindrical-coordinate representation of color #B069DB: hue angle of 277.37º degrees, saturation: 0.61, 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 #B069DB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 105 219 -
CMYK 0.20 0.52 0 0.14
HSL 277.37º 0.61% 0.64% -
HSV(B) 277.37º 0.52% 0.86% -
XYZ 35.74 24.45 69.85 -
YUV 139.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 176 105 219 0.20 0.52 0 0.14 277.37 0.61 0.64
Hex B0 69 DB 14 34 0 E 115 3D 40
Octal 260 151 333 24 64 0 16 425 75 100
Binary 10110000 1101001 11011011 10100 110100 0 1110 100010101 111101 1000000

Color Harmonies of #B069DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069DB

Black with #B069DB

Text Example


Text Example

White with #B069DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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