Html Css Color HEX #B644F0 Medium Orchid

📋 copy color: '#B644F0'

red 182 ◦ green 68 ◦ blue 240

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

Shades of Medium Orchid #B644F0

Tints of Medium Orchid #B644F0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.88%

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 37.14%
G = 13.88%
B = 48.98%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B644F0 (or 0xB644F0) is known color: Medium Orchid. HEX triplet: B6, 44 and F0. RGB value is (182,68,240). Sum of RGB (Red+Green+Blue) = 182+68+240=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #B644F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644F0 is #49BB0F. Grayscale: #797979. Windows color (decimal): -4832016 or 15746230. OLE color: 15746230.

HSL color Cylindrical-coordinate representation of color #B644F0: hue angle of 279.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B644F0 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 68 240 -
CMYK 0.24 0.72 0 0.06
HSL 279.77º 0.85% 0.6% -
HSV(B) 279.77º 0.72% 0.94% -
XYZ 37.09 20.37 84.42 -
YUV 121.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 182 68 240 0.24 0.72 0 0.06 279.77 0.85 0.6
Hex B6 44 F0 18 48 0 6 118 55 3C
Octal 266 104 360 30 110 0 6 430 125 74
Binary 10110110 1000100 11110000 11000 1001000 0 110 100011000 1010101 111100

Color Harmonies of #B644F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B644F0

Black with #B644F0

Text Example


Text Example

White with #B644F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B644F0; }

 p { color: rgb(182,68,240); }

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

background-color css

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

 a { background-color: rgb(182,68,240); }

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

border-color css

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

 span { border-color: rgb(182,68,240); }

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