Html Css Color HEX #B641FA Medium Orchid

📋 copy color: '#B641FA'

red 182 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #B641FA

Tints of Medium Orchid #B641FA

RGB

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

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

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

R = 36.62%
G = 13.08%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B641FA (or 0xB641FA) is known color: Medium Orchid. HEX triplet: B6, 41 and FA. RGB value is (182,65,250). Sum of RGB (Red+Green+Blue) = 182+65+250=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B641FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641FA is #49BE05. Grayscale: #787878. Windows color (decimal): -4832774 or 16400822. OLE color: 16400822.

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

Color convert

RGB 182 65 250 -
CMYK 0.27 0.74 0 0.02
HSL 277.95º 0.95% 0.62% -
HSV(B) 277.95º 0.74% 0.98% -
XYZ 38.44 20.63 92.4 -
YUV 121.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 182 65 250 0.27 0.74 0 0.02 277.95 0.95 0.62
Hex B6 41 FA 1B 4A 0 2 116 5F 3E
Octal 266 101 372 33 112 0 2 426 137 76
Binary 10110110 1000001 11111010 11011 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B641FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641FA

Black with #B641FA

Text Example


Text Example

White with #B641FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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