Html Css Color HEX #B646FF Medium Orchid

📋 copy color: '#B646FF'

red 182 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B646FF

Tints of Medium Orchid #B646FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 35.9%
G = 13.81%
B = 50.3%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B646FF (or 0xB646FF) is known color: Medium Orchid. HEX triplet: B6, 46 and FF. RGB value is (182,70,255). Sum of RGB (Red+Green+Blue) = 182+70+255=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B646FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646FF is #49B900. Grayscale: #7B7B7B. Windows color (decimal): -4831489 or 16729782. OLE color: 16729782.

HSL color Cylindrical-coordinate representation of color #B646FF: hue angle of 276.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B646FF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 70 255 -
CMYK 0.29 0.73 0 0
HSL 276.32º 1% 0.64% -
HSV(B) 276.32º 0.73% 1% -
XYZ 39.53 21.55 96.68 -
YUV 124.58 201.61 168.96 -
System Red Green Blue C M Y K H S L
Decimal 182 70 255 0.29 0.73 0 0 276.32 1 0.64
Hex B6 46 FF 1D 49 0 0 114 64 40
Octal 266 106 377 35 111 0 0 424 144 100
Binary 10110110 1000110 11111111 11101 1001001 0 0 100010100 1100100 1000000

Color Harmonies of #B646FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646FF

Black with #B646FF

Text Example


Text Example

White with #B646FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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