Html Css Color HEX #B64AF1 Medium Orchid

📋 copy color: '#B64AF1'

red 182 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #B64AF1

Tints of Medium Orchid #B64AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 36.62%
G = 14.89%
B = 48.49%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B64AF1 (or 0xB64AF1) is known color: Medium Orchid. HEX triplet: B6, 4A and F1. RGB value is (182,74,241). Sum of RGB (Red+Green+Blue) = 182+74+241=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #B64AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AF1 is #49B50E. Grayscale: #7C7C7C. Windows color (decimal): -4830479 or 15813302. OLE color: 15813302.

HSL color Cylindrical-coordinate representation of color #B64AF1: hue angle of 278.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64AF1 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 74 241 -
CMYK 0.24 0.69 0 0.05
HSL 278.8º 0.86% 0.62% -
HSV(B) 278.8º 0.69% 0.95% -
XYZ 37.62 21.19 85.33 -
YUV 125.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 182 74 241 0.24 0.69 0 0.05 278.8 0.86 0.62
Hex B6 4A F1 18 45 0 5 117 56 3E
Octal 266 112 361 30 105 0 5 427 126 76
Binary 10110110 1001010 11110001 11000 1000101 0 101 100010111 1010110 111110

Color Harmonies of #B64AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AF1

Black with #B64AF1

Text Example


Text Example

White with #B64AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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