Html Css Color HEX #B644FA Medium Orchid

📋 copy color: '#B644FA'

red 182 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #B644FA

Tints of Medium Orchid #B644FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 36.4%
G = 13.6%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B644FA (or 0xB644FA) is known color: Medium Orchid. HEX triplet: B6, 44 and FA. RGB value is (182,68,250). Sum of RGB (Red+Green+Blue) = 182+68+250=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #B644FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644FA is #49BB05. Grayscale: #7A7A7A. Windows color (decimal): -4832006 or 16401590. OLE color: 16401590.

HSL color Cylindrical-coordinate representation of color #B644FA: hue angle of 277.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B644FA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 68 250 -
CMYK 0.27 0.73 0 0.02
HSL 277.58º 0.95% 0.62% -
HSV(B) 277.58º 0.73% 0.98% -
XYZ 38.61 20.98 92.46 -
YUV 122.83 199.77 170.2 -
System Red Green Blue C M Y K H S L
Decimal 182 68 250 0.27 0.73 0 0.02 277.58 0.95 0.62
Hex B6 44 FA 1B 49 0 2 116 5F 3E
Octal 266 104 372 33 111 0 2 426 137 76
Binary 10110110 1000100 11111010 11011 1001001 0 10 100010110 1011111 111110

Color Harmonies of #B644FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B644FA

Black with #B644FA

Text Example


Text Example

White with #B644FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B644FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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