Html Css Color HEX #B775DB Medium Orchid

📋 copy color: '#B775DB'

red 183 ◦ green 117 ◦ blue 219

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

Shades of Medium Orchid #B775DB

Tints of Medium Orchid #B775DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

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

R = 35.26%
G = 22.54%
B = 42.2%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B775DB (or 0xB775DB) is known color: Medium Orchid. HEX triplet: B7, 75 and DB. RGB value is (183,117,219). Sum of RGB (Red+Green+Blue) = 183+117+219=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B775DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775DB is #488A24. Grayscale: #949494. Windows color (decimal): -4753957 or 14382519. OLE color: 14382519.

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

Color convert

RGB 183 117 219 -
CMYK 0.16 0.47 0 0.14
HSL 278.82º 0.59% 0.66% -
HSV(B) 278.82º 0.47% 0.86% -
XYZ 38.68 27.9 70.37 -
YUV 148.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 183 117 219 0.16 0.47 0 0.14 278.82 0.59 0.66
Hex B7 75 DB 10 2F 0 E 117 3B 42
Octal 267 165 333 20 57 0 16 427 73 102
Binary 10110111 1110101 11011011 10000 101111 0 1110 100010111 111011 1000010

Color Harmonies of #B775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775DB

Black with #B775DB

Text Example


Text Example

White with #B775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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