Html Css Color HEX #B642FE Medium Orchid

📋 copy color: '#B642FE'

red 182 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #B642FE

Tints of Medium Orchid #B642FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 36.25%
G = 13.15%
B = 50.6%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B642FE (or 0xB642FE) is known color: Medium Orchid. HEX triplet: B6, 42 and FE. RGB value is (182,66,254). Sum of RGB (Red+Green+Blue) = 182+66+254=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B642FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B642FE is #49BD01. Grayscale: #797979. Windows color (decimal): -4832514 or 16663222. OLE color: 16663222.

HSL color Cylindrical-coordinate representation of color #B642FE: hue angle of 277.02º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B642FE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 66 254 -
CMYK 0.28 0.74 0 0.00
HSL 277.02º 0.99% 0.63% -
HSV(B) 277.02º 0.74% 1% -
XYZ 39.13 21 95.76 -
YUV 122.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 182 66 254 0.28 0.74 0 0.00 277.02 0.99 0.63
Hex B6 42 FE 1C 4A 0 0 115 63 3F
Octal 266 102 376 34 112 0 0 425 143 77
Binary 10110110 1000010 11111110 11100 1001010 0 0 100010101 1100011 111111

Color Harmonies of #B642FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642FE

Black with #B642FE

Text Example


Text Example

White with #B642FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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