Html Css Color HEX #B641EF Medium Orchid

📋 copy color: '#B641EF'

red 182 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #B641EF

Tints of Medium Orchid #B641EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 37.45%
G = 13.37%
B = 49.18%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B641EF (or 0xB641EF) is known color: Medium Orchid. HEX triplet: B6, 41 and EF. RGB value is (182,65,239). Sum of RGB (Red+Green+Blue) = 182+65+239=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B641EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641EF is #49BE10. Grayscale: #777777. Windows color (decimal): -4832785 or 15679926. OLE color: 15679926.

HSL color Cylindrical-coordinate representation of color #B641EF: hue angle of 280.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B641EF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 65 239 -
CMYK 0.24 0.73 0 0.06
HSL 280.34º 0.84% 0.6% -
HSV(B) 280.34º 0.73% 0.94% -
XYZ 36.76 19.96 83.58 -
YUV 119.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 182 65 239 0.24 0.73 0 0.06 280.34 0.84 0.6
Hex B6 41 EF 18 49 0 6 118 54 3C
Octal 266 101 357 30 111 0 6 430 124 74
Binary 10110110 1000001 11101111 11000 1001001 0 110 100011000 1010100 111100

Color Harmonies of #B641EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641EF

Black with #B641EF

Text Example


Text Example

White with #B641EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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