Html Css Color HEX #B069DF Medium Orchid

📋 copy color: '#B069DF'

red 176 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #B069DF

Tints of Medium Orchid #B069DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 34.92%
G = 20.83%
B = 44.25%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B069DF (or 0xB069DF) is known color: Medium Orchid. HEX triplet: B0, 69 and DF. RGB value is (176,105,223). Sum of RGB (Red+Green+Blue) = 176+105+223=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B069DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069DF is #4F9620. Grayscale: #8B8B8B. Windows color (decimal): -5215777 or 14641584. OLE color: 14641584.

HSL color Cylindrical-coordinate representation of color #B069DF: hue angle of 276.1º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B069DF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 105 223 -
CMYK 0.21 0.53 0 0.13
HSL 276.1º 0.65% 0.64% -
HSV(B) 276.1º 0.53% 0.87% -
XYZ 36.28 24.66 72.66 -
YUV 139.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 176 105 223 0.21 0.53 0 0.13 276.1 0.65 0.64
Hex B0 69 DF 15 35 0 D 114 41 40
Octal 260 151 337 25 65 0 15 424 101 100
Binary 10110000 1101001 11011111 10101 110101 0 1101 100010100 1000001 1000000

Color Harmonies of #B069DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069DF

Black with #B069DF

Text Example


Text Example

White with #B069DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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