Html Css Color HEX #B643FA Medium Orchid

📋 copy color: '#B643FA'

red 182 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #B643FA

Tints of Medium Orchid #B643FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.43%

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

R = 36.47%
G = 13.43%
B = 50.1%

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

#B643FA (or 0xB643FA) is known color: Medium Orchid. HEX triplet: B6, 43 and FA. RGB value is (182,67,250). Sum of RGB (Red+Green+Blue) = 182+67+250=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #B643FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B643FA is #49BC05. Grayscale: #797979. Windows color (decimal): -4832262 or 16401334. OLE color: 16401334.

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

Color convert

RGB 182 67 250 -
CMYK 0.27 0.73 0 0.02
HSL 277.7º 0.95% 0.62% -
HSV(B) 277.7º 0.73% 0.98% -
XYZ 38.55 20.86 92.44 -
YUV 122.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 182 67 250 0.27 0.73 0 0.02 277.7 0.95 0.62
Hex B6 43 FA 1B 49 0 2 116 5F 3E
Octal 266 103 372 33 111 0 2 426 137 76
Binary 10110110 1000011 11111010 11011 1001001 0 10 100010110 1011111 111110

Color Harmonies of #B643FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643FA

Black with #B643FA

Text Example


Text Example

White with #B643FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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