Html Css Color HEX #B068DF Medium Orchid

📋 copy color: '#B068DF'

red 176 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #B068DF

Tints of Medium Orchid #B068DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

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

R = 34.99%
G = 20.68%
B = 44.33%

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

#B068DF (or 0xB068DF) is known color: Medium Orchid. HEX triplet: B0, 68 and DF. RGB value is (176,104,223). Sum of RGB (Red+Green+Blue) = 176+104+223=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B068DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DF is #4F9720. Grayscale: #8A8A8A. Windows color (decimal): -5216033 or 14641328. OLE color: 14641328.

HSL color Cylindrical-coordinate representation of color #B068DF: hue angle of 276.3º 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 #B068DF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 104 223 -
CMYK 0.21 0.53 0 0.13
HSL 276.3º 0.65% 0.64% -
HSV(B) 276.3º 0.53% 0.87% -
XYZ 36.17 24.46 72.63 -
YUV 139.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 176 104 223 0.21 0.53 0 0.13 276.3 0.65 0.64
Hex B0 68 DF 15 35 0 D 114 41 40
Octal 260 150 337 25 65 0 15 424 101 100
Binary 10110000 1101000 11011111 10101 110101 0 1101 100010100 1000001 1000000

Color Harmonies of #B068DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068DF

Black with #B068DF

Text Example


Text Example

White with #B068DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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