Html Css Color HEX #B647FF Medium Orchid

📋 copy color: '#B647FF'

red 182 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B647FF

Tints of Medium Orchid #B647FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.98%

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

R = 35.83%
G = 13.98%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B647FF (or 0xB647FF) is known color: Medium Orchid. HEX triplet: B6, 47 and FF. RGB value is (182,71,255). Sum of RGB (Red+Green+Blue) = 182+71+255=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B647FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B647FF is #49B800. Grayscale: #7C7C7C. Windows color (decimal): -4831233 or 16730038. OLE color: 16730038.

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

Color convert

RGB 182 71 255 -
CMYK 0.29 0.72 0 0
HSL 276.2º 1% 0.64% -
HSV(B) 276.2º 0.72% 1% -
XYZ 39.59 21.67 96.7 -
YUV 125.17 201.27 168.54 -
System Red Green Blue C M Y K H S L
Decimal 182 71 255 0.29 0.72 0 0 276.2 1 0.64
Hex B6 47 FF 1D 48 0 0 114 64 40
Octal 266 107 377 35 110 0 0 424 144 100
Binary 10110110 1000111 11111111 11101 1001000 0 0 100010100 1100100 1000000

Color Harmonies of #B647FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647FF

Black with #B647FF

Text Example


Text Example

White with #B647FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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