Html Css Color HEX #B64ADA Medium Orchid

📋 copy color: '#B64ADA'

red 182 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #B64ADA

Tints of Medium Orchid #B64ADA

RGB

 RED value IS 182 (71.48% from 255) = 38.4%

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

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

R = 38.4%
G = 15.61%
B = 45.99%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B64ADA (or 0xB64ADA) is known color: Medium Orchid. HEX triplet: B6, 4A and DA. RGB value is (182,74,218). Sum of RGB (Red+Green+Blue) = 182+74+218=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #B64ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ADA is #49B525. Grayscale: #7A7A7A. Windows color (decimal): -4830502 or 14305974. OLE color: 14305974.

HSL color Cylindrical-coordinate representation of color #B64ADA: hue angle of 285º 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 #B64ADA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 74 218 -
CMYK 0.17 0.66 0 0.15
HSL 285º 0.66% 0.57% -
HSV(B) 285º 0.66% 0.85% -
XYZ 34.4 19.9 68.36 -
YUV 122.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 182 74 218 0.17 0.66 0 0.15 285 0.66 0.57
Hex B6 4A DA 11 42 0 F 11D 42 39
Octal 266 112 332 21 102 0 17 435 102 71
Binary 10110110 1001010 11011010 10001 1000010 0 1111 100011101 1000010 111001

Color Harmonies of #B64ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ADA

Black with #B64ADA

Text Example


Text Example

White with #B64ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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