Html Css Color HEX #B64AFE Medium Orchid

📋 copy color: '#B64AFE'

red 182 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #B64AFE

Tints of Medium Orchid #B64AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 35.69%
G = 14.51%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B64AFE (or 0xB64AFE) is known color: Medium Orchid. HEX triplet: B6, 4A and FE. RGB value is (182,74,254). Sum of RGB (Red+Green+Blue) = 182+74+254=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AFE is #49B501. Grayscale: #7E7E7E. Windows color (decimal): -4830466 or 16665270. OLE color: 16665270.

HSL color Cylindrical-coordinate representation of color #B64AFE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B64AFE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 74 254 -
CMYK 0.28 0.71 0 0.00
HSL 276º 0.99% 0.64% -
HSV(B) 276º 0.71% 1% -
XYZ 39.63 22 95.92 -
YUV 126.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 182 74 254 0.28 0.71 0 0.00 276 0.99 0.64
Hex B6 4A FE 1C 47 0 0 114 63 40
Octal 266 112 376 34 107 0 0 424 143 100
Binary 10110110 1001010 11111110 11100 1000111 0 0 100010100 1100011 1000000

Color Harmonies of #B64AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AFE

Black with #B64AFE

Text Example


Text Example

White with #B64AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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