Html Css Color HEX #B641DF Medium Orchid

📋 copy color: '#B641DF'

red 182 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B641DF

Tints of Medium Orchid #B641DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 38.72%
G = 13.83%
B = 47.45%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B641DF (or 0xB641DF) is known color: Medium Orchid. HEX triplet: B6, 41 and DF. RGB value is (182,65,223). Sum of RGB (Red+Green+Blue) = 182+65+223=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #B641DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641DF is #49BE20. Grayscale: #757575. Windows color (decimal): -4832801 or 14631350. OLE color: 14631350.

HSL color Cylindrical-coordinate representation of color #B641DF: hue angle of 284.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B641DF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 65 223 -
CMYK 0.18 0.71 0 0.13
HSL 284.43º 0.71% 0.56% -
HSV(B) 284.43º 0.71% 0.87% -
XYZ 34.5 19.05 71.67 -
YUV 118 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 182 65 223 0.18 0.71 0 0.13 284.43 0.71 0.56
Hex B6 41 DF 12 47 0 D 11C 47 38
Octal 266 101 337 22 107 0 15 434 107 70
Binary 10110110 1000001 11011111 10010 1000111 0 1101 100011100 1000111 111000

Color Harmonies of #B641DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641DF

Black with #B641DF

Text Example


Text Example

White with #B641DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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