Html Css Color HEX #B754CA Medium Orchid

📋 copy color: '#B754CA'

red 183 ◦ green 84 ◦ blue 202

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

Shades of Medium Orchid #B754CA

Tints of Medium Orchid #B754CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 39.02%
G = 17.91%
B = 43.07%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B754CA (or 0xB754CA) is known color: Medium Orchid. HEX triplet: B7, 54 and CA. RGB value is (183,84,202). Sum of RGB (Red+Green+Blue) = 183+84+202=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B754CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CA is #48AB35. Grayscale: #7E7E7E. Windows color (decimal): -4762422 or 13259959. OLE color: 13259959.

HSL color Cylindrical-coordinate representation of color #B754CA: hue angle of 290.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B754CA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 84 202 -
CMYK 0.09 0.58 0 0.21
HSL 290.34º 0.53% 0.56% -
HSV(B) 290.34º 0.58% 0.79% -
XYZ 33.36 20.67 58.11 -
YUV 127.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 183 84 202 0.09 0.58 0 0.21 290.34 0.53 0.56
Hex B7 54 CA 9 3A 0 15 122 35 38
Octal 267 124 312 11 72 0 25 442 65 70
Binary 10110111 1010100 11001010 1001 111010 0 10101 100100010 110101 111000

Color Harmonies of #B754CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754CA

Black with #B754CA

Text Example


Text Example

White with #B754CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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