Html Css Color HEX #B640FA Medium Orchid

📋 copy color: '#B640FA'

red 182 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #B640FA

Tints of Medium Orchid #B640FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.9%

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

R = 36.69%
G = 12.9%
B = 50.4%

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

#B640FA (or 0xB640FA) is known color: Medium Orchid. HEX triplet: B6, 40 and FA. RGB value is (182,64,250). Sum of RGB (Red+Green+Blue) = 182+64+250=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #B640FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B640FA is #49BF05. Grayscale: #777777. Windows color (decimal): -4833030 or 16400566. OLE color: 16400566.

HSL color Cylindrical-coordinate representation of color #B640FA: hue angle of 278.06º 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 #B640FA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 64 250 -
CMYK 0.27 0.74 0 0.02
HSL 278.06º 0.95% 0.62% -
HSV(B) 278.06º 0.74% 0.98% -
XYZ 38.38 20.51 92.38 -
YUV 120.49 201.09 171.88 -
System Red Green Blue C M Y K H S L
Decimal 182 64 250 0.27 0.74 0 0.02 278.06 0.95 0.62
Hex B6 40 FA 1B 4A 0 2 116 5F 3E
Octal 266 100 372 33 112 0 2 426 137 76
Binary 10110110 1000000 11111010 11011 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B640FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640FA

Black with #B640FA

Text Example


Text Example

White with #B640FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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