Html Css Color HEX #B74ADA Medium Orchid

📋 copy color: '#B74ADA'

red 183 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #B74ADA

Tints of Medium Orchid #B74ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 38.53%
G = 15.58%
B = 45.89%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B74ADA (or 0xB74ADA) is known color: Medium Orchid. HEX triplet: B7, 4A and DA. RGB value is (183,74,218). Sum of RGB (Red+Green+Blue) = 183+74+218=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B74ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ADA is #48B525. Grayscale: #7A7A7A. Windows color (decimal): -4764966 or 14305975. OLE color: 14305975.

HSL color Cylindrical-coordinate representation of color #B74ADA: hue angle of 285.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74ADA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 74 218 -
CMYK 0.16 0.66 0 0.15
HSL 285.42º 0.66% 0.57% -
HSV(B) 285.42º 0.66% 0.85% -
XYZ 34.63 20.03 68.37 -
YUV 123.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 183 74 218 0.16 0.66 0 0.15 285.42 0.66 0.57
Hex B7 4A DA 10 42 0 F 11D 42 39
Octal 267 112 332 20 102 0 17 435 102 71
Binary 10110111 1001010 11011010 10000 1000010 0 1111 100011101 1000010 111001

Color Harmonies of #B74ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74ADA

Black with #B74ADA

Text Example


Text Example

White with #B74ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74ADA; }

 p { color: rgb(183,74,218); }

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

background-color css

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

 a { background-color: rgb(183,74,218); }

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

border-color css

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

 span { border-color: rgb(183,74,218); }

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