Html Css Color HEX #B641F5 Medium Orchid

📋 copy color: '#B641F5'

red 182 ◦ green 65 ◦ blue 245

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

Shades of Medium Orchid #B641F5

Tints of Medium Orchid #B641F5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 36.99%
G = 13.21%
B = 49.8%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B641F5 (or 0xB641F5) is known color: Medium Orchid. HEX triplet: B6, 41 and F5. RGB value is (182,65,245). Sum of RGB (Red+Green+Blue) = 182+65+245=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #B641F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641F5 is #49BE0A. Grayscale: #777777. Windows color (decimal): -4832779 or 16073142. OLE color: 16073142.

HSL color Cylindrical-coordinate representation of color #B641F5: hue angle of 279º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B641F5 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 65 245 -
CMYK 0.26 0.73 0 0.04
HSL 279º 0.9% 0.61% -
HSV(B) 279º 0.73% 0.96% -
XYZ 37.66 20.32 88.32 -
YUV 120.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 182 65 245 0.26 0.73 0 0.04 279 0.9 0.61
Hex B6 41 F5 1A 49 0 4 117 5A 3D
Octal 266 101 365 32 111 0 4 427 132 75
Binary 10110110 1000001 11110101 11010 1001001 0 100 100010111 1011010 111101

Color Harmonies of #B641F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641F5

Black with #B641F5

Text Example


Text Example

White with #B641F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641F5; }

 p { color: rgb(182,65,245); }

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

background-color css

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

 a { background-color: rgb(182,65,245); }

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

border-color css

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

 span { border-color: rgb(182,65,245); }

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