Html Css Color HEX #B74DCA Medium Orchid

📋 copy color: '#B74DCA'

red 183 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #B74DCA

Tints of Medium Orchid #B74DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

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

R = 39.61%
G = 16.67%
B = 43.72%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B74DCA (or 0xB74DCA) is known color: Medium Orchid. HEX triplet: B7, 4D and CA. RGB value is (183,77,202). Sum of RGB (Red+Green+Blue) = 183+77+202=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B74DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DCA is #48B235. Grayscale: #7A7A7A. Windows color (decimal): -4764214 or 13258167. OLE color: 13258167.

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

Color convert

RGB 183 77 202 -
CMYK 0.09 0.62 0 0.21
HSL 290.88º 0.54% 0.55% -
HSV(B) 290.88º 0.62% 0.79% -
XYZ 32.84 19.64 57.94 -
YUV 122.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 183 77 202 0.09 0.62 0 0.21 290.88 0.54 0.55
Hex B7 4D CA 9 3E 0 15 123 36 37
Octal 267 115 312 11 76 0 25 443 66 67
Binary 10110111 1001101 11001010 1001 111110 0 10101 100100011 110110 110111

Color Harmonies of #B74DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DCA

Black with #B74DCA

Text Example


Text Example

White with #B74DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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