Html Css Color HEX #B755DB Medium Orchid

📋 copy color: '#B755DB'

red 183 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #B755DB

Tints of Medium Orchid #B755DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

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

R = 37.58%
G = 17.45%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B755DB (or 0xB755DB) is known color: Medium Orchid. HEX triplet: B7, 55 and DB. RGB value is (183,85,219). Sum of RGB (Red+Green+Blue) = 183+85+219=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #B755DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755DB is #48AA24. Grayscale: #818181. Windows color (decimal): -4762149 or 14374327. OLE color: 14374327.

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

Color convert

RGB 183 85 219 -
CMYK 0.16 0.61 0 0.14
HSL 283.88º 0.65% 0.6% -
HSV(B) 283.88º 0.61% 0.86% -
XYZ 35.56 21.68 69.33 -
YUV 129.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 183 85 219 0.16 0.61 0 0.14 283.88 0.65 0.6
Hex B7 55 DB 10 3D 0 E 11C 41 3C
Octal 267 125 333 20 75 0 16 434 101 74
Binary 10110111 1010101 11011011 10000 111101 0 1110 100011100 1000001 111100

Color Harmonies of #B755DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755DB

Black with #B755DB

Text Example


Text Example

White with #B755DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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