Html Css Color HEX #B64ADC Medium Orchid

📋 copy color: '#B64ADC'

red 182 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #B64ADC

Tints of Medium Orchid #B64ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 38.24%
G = 15.55%
B = 46.22%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B64ADC (or 0xB64ADC) is known color: Medium Orchid. HEX triplet: B6, 4A and DC. RGB value is (182,74,220). Sum of RGB (Red+Green+Blue) = 182+74+220=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B64ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ADC is #49B523. Grayscale: #7A7A7A. Windows color (decimal): -4830500 or 14437046. OLE color: 14437046.

HSL color Cylindrical-coordinate representation of color #B64ADC: hue angle of 284.38º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64ADC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 74 220 -
CMYK 0.17 0.66 0 0.14
HSL 284.38º 0.68% 0.58% -
HSV(B) 284.38º 0.66% 0.86% -
XYZ 34.66 20.01 69.75 -
YUV 122.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 182 74 220 0.17 0.66 0 0.14 284.38 0.68 0.58
Hex B6 4A DC 11 42 0 E 11C 44 3A
Octal 266 112 334 21 102 0 16 434 104 72
Binary 10110110 1001010 11011100 10001 1000010 0 1110 100011100 1000100 111010

Color Harmonies of #B64ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ADC

Black with #B64ADC

Text Example


Text Example

White with #B64ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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