Html Css Color HEX #B754DB Medium Orchid

📋 copy color: '#B754DB'

red 183 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B754DB

Tints of Medium Orchid #B754DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.28%

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

R = 37.65%
G = 17.28%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B754DB (or 0xB754DB) is known color: Medium Orchid. HEX triplet: B7, 54 and DB. RGB value is (183,84,219). Sum of RGB (Red+Green+Blue) = 183+84+219=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B754DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754DB is #48AB24. Grayscale: #808080. Windows color (decimal): -4762405 or 14374071. OLE color: 14374071.

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

Color convert

RGB 183 84 219 -
CMYK 0.16 0.62 0 0.14
HSL 284º 0.65% 0.59% -
HSV(B) 284º 0.62% 0.86% -
XYZ 35.48 21.52 69.3 -
YUV 128.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 183 84 219 0.16 0.62 0 0.14 284 0.65 0.59
Hex B7 54 DB 10 3E 0 E 11C 41 3B
Octal 267 124 333 20 76 0 16 434 101 73
Binary 10110111 1010100 11011011 10000 111110 0 1110 100011100 1000001 111011

Color Harmonies of #B754DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754DB

Black with #B754DB

Text Example


Text Example

White with #B754DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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