Html Css Color HEX #B64AEE Medium Orchid

📋 copy color: '#B64AEE'

red 182 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #B64AEE

Tints of Medium Orchid #B64AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 36.84%
G = 14.98%
B = 48.18%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64AEE (or 0xB64AEE) is known color: Medium Orchid. HEX triplet: B6, 4A and EE. RGB value is (182,74,238). Sum of RGB (Red+Green+Blue) = 182+74+238=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #B64AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AEE is #49B511. Grayscale: #7C7C7C. Windows color (decimal): -4830482 or 15616694. OLE color: 15616694.

HSL color Cylindrical-coordinate representation of color #B64AEE: hue angle of 279.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64AEE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 74 238 -
CMYK 0.24 0.69 0 0.07
HSL 279.51º 0.83% 0.61% -
HSV(B) 279.51º 0.69% 0.93% -
XYZ 37.17 21.02 82.99 -
YUV 124.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 182 74 238 0.24 0.69 0 0.07 279.51 0.83 0.61
Hex B6 4A EE 18 45 0 7 118 53 3D
Octal 266 112 356 30 105 0 7 430 123 75
Binary 10110110 1001010 11101110 11000 1000101 0 111 100011000 1010011 111101

Color Harmonies of #B64AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AEE

Black with #B64AEE

Text Example


Text Example

White with #B64AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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