Html Css Color HEX #B754DE Medium Orchid

📋 copy color: '#B754DE'

red 183 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #B754DE

Tints of Medium Orchid #B754DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 37.42%
G = 17.18%
B = 45.4%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B754DE (or 0xB754DE) is known color: Medium Orchid. HEX triplet: B7, 54 and DE. RGB value is (183,84,222). Sum of RGB (Red+Green+Blue) = 183+84+222=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #B754DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754DE is #48AB21. Grayscale: #808080. Windows color (decimal): -4762402 or 14570679. OLE color: 14570679.

HSL color Cylindrical-coordinate representation of color #B754DE: hue angle of 283.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B754DE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 84 222 -
CMYK 0.18 0.62 0 0.13
HSL 283.04º 0.68% 0.6% -
HSV(B) 283.04º 0.62% 0.87% -
XYZ 35.88 21.68 71.4 -
YUV 129.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 183 84 222 0.18 0.62 0 0.13 283.04 0.68 0.6
Hex B7 54 DE 12 3E 0 D 11B 44 3C
Octal 267 124 336 22 76 0 15 433 104 74
Binary 10110111 1010100 11011110 10010 111110 0 1101 100011011 1000100 111100

Color Harmonies of #B754DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754DE

Black with #B754DE

Text Example


Text Example

White with #B754DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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