Html Css Color HEX #B642FA Medium Orchid

📋 copy color: '#B642FA'

red 182 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #B642FA

Tints of Medium Orchid #B642FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.25%

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

R = 36.55%
G = 13.25%
B = 50.2%

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

#B642FA (or 0xB642FA) is known color: Medium Orchid. HEX triplet: B6, 42 and FA. RGB value is (182,66,250). Sum of RGB (Red+Green+Blue) = 182+66+250=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #B642FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B642FA is #49BD05. Grayscale: #797979. Windows color (decimal): -4832518 or 16401078. OLE color: 16401078.

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

Color convert

RGB 182 66 250 -
CMYK 0.27 0.74 0 0.02
HSL 277.83º 0.95% 0.62% -
HSV(B) 277.83º 0.74% 0.98% -
XYZ 38.49 20.74 92.42 -
YUV 121.66 200.43 171.04 -
System Red Green Blue C M Y K H S L
Decimal 182 66 250 0.27 0.74 0 0.02 277.83 0.95 0.62
Hex B6 42 FA 1B 4A 0 2 116 5F 3E
Octal 266 102 372 33 112 0 2 426 137 76
Binary 10110110 1000010 11111010 11011 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B642FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642FA

Black with #B642FA

Text Example


Text Example

White with #B642FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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