Html Css Color HEX #B768DB Medium Orchid

📋 copy color: '#B768DB'

red 183 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #B768DB

Tints of Medium Orchid #B768DB

RGB

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

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

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

R = 36.17%
G = 20.55%
B = 43.28%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B768DB (or 0xB768DB) is known color: Medium Orchid. HEX triplet: B7, 68 and DB. RGB value is (183,104,219). Sum of RGB (Red+Green+Blue) = 183+104+219=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B768DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DB is #489724. Grayscale: #8C8C8C. Windows color (decimal): -4757285 or 14379191. OLE color: 14379191.

HSL color Cylindrical-coordinate representation of color #B768DB: hue angle of 281.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B768DB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 104 219 -
CMYK 0.16 0.53 0 0.14
HSL 281.22º 0.61% 0.63% -
HSV(B) 281.22º 0.53% 0.86% -
XYZ 37.26 25.08 69.9 -
YUV 140.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 183 104 219 0.16 0.53 0 0.14 281.22 0.61 0.63
Hex B7 68 DB 10 35 0 E 119 3D 3F
Octal 267 150 333 20 65 0 16 431 75 77
Binary 10110111 1101000 11011011 10000 110101 0 1110 100011001 111101 111111

Color Harmonies of #B768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768DB

Black with #B768DB

Text Example


Text Example

White with #B768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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