Html Css Color HEX #B64ADF Medium Orchid

📋 copy color: '#B64ADF'

red 182 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #B64ADF

Tints of Medium Orchid #B64ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 38%
G = 15.45%
B = 46.56%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B64ADF (or 0xB64ADF) is known color: Medium Orchid. HEX triplet: B6, 4A and DF. RGB value is (182,74,223). Sum of RGB (Red+Green+Blue) = 182+74+223=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B64ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ADF is #49B520. Grayscale: #7A7A7A. Windows color (decimal): -4830497 or 14633654. OLE color: 14633654.

HSL color Cylindrical-coordinate representation of color #B64ADF: hue angle of 283.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64ADF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 74 223 -
CMYK 0.18 0.67 0 0.13
HSL 283.49º 0.7% 0.58% -
HSV(B) 283.49º 0.67% 0.87% -
XYZ 35.06 20.17 71.86 -
YUV 123.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 182 74 223 0.18 0.67 0 0.13 283.49 0.7 0.58
Hex B6 4A DF 12 43 0 D 11B 46 3A
Octal 266 112 337 22 103 0 15 433 106 72
Binary 10110110 1001010 11011111 10010 1000011 0 1101 100011011 1000110 111010

Color Harmonies of #B64ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ADF

Black with #B64ADF

Text Example


Text Example

White with #B64ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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