Html Css Color HEX #B754D7 Medium Orchid

📋 copy color: '#B754D7'

red 183 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #B754D7

Tints of Medium Orchid #B754D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 37.97%
G = 17.43%
B = 44.61%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B754D7 (or 0xB754D7) is known color: Medium Orchid. HEX triplet: B7, 54 and D7. RGB value is (183,84,215). Sum of RGB (Red+Green+Blue) = 183+84+215=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #B754D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754D7 is #48AB28. Grayscale: #808080. Windows color (decimal): -4762409 or 14111927. OLE color: 14111927.

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

Color convert

RGB 183 84 215 -
CMYK 0.15 0.61 0 0.16
HSL 285.34º 0.62% 0.59% -
HSV(B) 285.34º 0.61% 0.84% -
XYZ 34.96 21.31 66.56 -
YUV 128.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 183 84 215 0.15 0.61 0 0.16 285.34 0.62 0.59
Hex B7 54 D7 F 3D 0 10 11D 3E 3B
Octal 267 124 327 17 75 0 20 435 76 73
Binary 10110111 1010100 11010111 1111 111101 0 10000 100011101 111110 111011

Color Harmonies of #B754D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754D7

Black with #B754D7

Text Example


Text Example

White with #B754D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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