Html Css Color HEX #B642EF Medium Orchid

📋 copy color: '#B642EF'

red 182 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #B642EF

Tints of Medium Orchid #B642EF

RGB

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

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

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

R = 37.37%
G = 13.55%
B = 49.08%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B642EF (or 0xB642EF) is known color: Medium Orchid. HEX triplet: B6, 42 and EF. RGB value is (182,66,239). Sum of RGB (Red+Green+Blue) = 182+66+239=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #B642EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B642EF is #49BD10. Grayscale: #777777. Windows color (decimal): -4832529 or 15680182. OLE color: 15680182.

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

Color convert

RGB 182 66 239 -
CMYK 0.24 0.72 0 0.06
HSL 280.23º 0.84% 0.6% -
HSV(B) 280.23º 0.72% 0.94% -
XYZ 36.82 20.07 83.6 -
YUV 120.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 182 66 239 0.24 0.72 0 0.06 280.23 0.84 0.6
Hex B6 42 EF 18 48 0 6 118 54 3C
Octal 266 102 357 30 110 0 6 430 124 74
Binary 10110110 1000010 11101111 11000 1001000 0 110 100011000 1010100 111100

Color Harmonies of #B642EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642EF

Black with #B642EF

Text Example


Text Example

White with #B642EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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