Html Css Color HEX #B768DF Medium Orchid

📋 copy color: '#B768DF'

red 183 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #B768DF

Tints of Medium Orchid #B768DF

RGB

 RED value IS 183 (71.88% from 255) = 35.88%

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

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

R = 35.88%
G = 20.39%
B = 43.73%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B768DF (or 0xB768DF) is known color: Medium Orchid. HEX triplet: B7, 68 and DF. RGB value is (183,104,223). Sum of RGB (Red+Green+Blue) = 183+104+223=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B768DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DF is #489720. Grayscale: #8C8C8C. Windows color (decimal): -4757281 or 14641335. OLE color: 14641335.

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

Color convert

RGB 183 104 223 -
CMYK 0.18 0.53 0 0.13
HSL 279.83º 0.65% 0.64% -
HSV(B) 279.83º 0.53% 0.87% -
XYZ 37.8 25.3 72.7 -
YUV 141.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 183 104 223 0.18 0.53 0 0.13 279.83 0.65 0.64
Hex B7 68 DF 12 35 0 D 118 41 40
Octal 267 150 337 22 65 0 15 430 101 100
Binary 10110111 1101000 11011111 10010 110101 0 1101 100011000 1000001 1000000

Color Harmonies of #B768DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768DF

Black with #B768DF

Text Example


Text Example

White with #B768DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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