Html Css Color HEX #B64AED Medium Orchid

📋 copy color: '#B64AED'

red 182 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #B64AED

Tints of Medium Orchid #B64AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 36.92%
G = 15.01%
B = 48.07%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B64AED (or 0xB64AED) is known color: Medium Orchid. HEX triplet: B6, 4A and ED. RGB value is (182,74,237). Sum of RGB (Red+Green+Blue) = 182+74+237=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #B64AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AED is #49B512. Grayscale: #7C7C7C. Windows color (decimal): -4830483 or 15551158. OLE color: 15551158.

HSL color Cylindrical-coordinate representation of color #B64AED: hue angle of 279.75º degrees, saturation: 0.82, 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 #B64AED is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 74 237 -
CMYK 0.23 0.69 0 0.07
HSL 279.75º 0.82% 0.61% -
HSV(B) 279.75º 0.69% 0.93% -
XYZ 37.03 20.96 82.21 -
YUV 124.87 191.28 168.75 -
System Red Green Blue C M Y K H S L
Decimal 182 74 237 0.23 0.69 0 0.07 279.75 0.82 0.61
Hex B6 4A ED 17 45 0 7 118 52 3D
Octal 266 112 355 27 105 0 7 430 122 75
Binary 10110110 1001010 11101101 10111 1000101 0 111 100011000 1010010 111101

Color Harmonies of #B64AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AED

Black with #B64AED

Text Example


Text Example

White with #B64AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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