Html Css Color HEX #B646ED Medium Orchid

📋 copy color: '#B646ED'

red 182 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #B646ED

Tints of Medium Orchid #B646ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.31%

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 37.22%
G = 14.31%
B = 48.47%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B646ED (or 0xB646ED) is known color: Medium Orchid. HEX triplet: B6, 46 and ED. RGB value is (182,70,237). Sum of RGB (Red+Green+Blue) = 182+70+237=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #B646ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646ED is #49B912. Grayscale: #797979. Windows color (decimal): -4831507 or 15550134. OLE color: 15550134.

HSL color Cylindrical-coordinate representation of color #B646ED: hue angle of 280.24º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B646ED is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 70 237 -
CMYK 0.23 0.70 0 0.07
HSL 280.24º 0.82% 0.6% -
HSV(B) 280.24º 0.7% 0.93% -
XYZ 36.77 20.44 82.13 -
YUV 122.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 182 70 237 0.23 0.70 0 0.07 280.24 0.82 0.6
Hex B6 46 ED 17 46 0 7 118 52 3C
Octal 266 106 355 27 106 0 7 430 122 74
Binary 10110110 1000110 11101101 10111 1000110 0 111 100011000 1010010 111100

Color Harmonies of #B646ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646ED

Black with #B646ED

Text Example


Text Example

White with #B646ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646ED; }

 p { color: rgb(182,70,237); }

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

background-color css

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

 a { background-color: rgb(182,70,237); }

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

border-color css

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

 span { border-color: rgb(182,70,237); }

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