Html Css Color HEX #B641D0 Medium Orchid

📋 copy color: '#B641D0'

red 182 ◦ green 65 ◦ blue 208

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

Shades of Medium Orchid #B641D0

Tints of Medium Orchid #B641D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.71%

R = 40%
G = 14.29%
B = 45.71%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B641D0 (or 0xB641D0) is known color: Medium Orchid. HEX triplet: B6, 41 and D0. RGB value is (182,65,208). Sum of RGB (Red+Green+Blue) = 182+65+208=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #B641D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641D0 is #49BE2F. Grayscale: #737373. Windows color (decimal): -4832816 or 13648310. OLE color: 13648310.

HSL color Cylindrical-coordinate representation of color #B641D0: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B641D0 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 65 208 -
CMYK 0.12 0.69 0 0.18
HSL 289.09º 0.6% 0.54% -
HSV(B) 289.09º 0.69% 0.82% -
XYZ 32.57 18.28 61.49 -
YUV 116.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 182 65 208 0.12 0.69 0 0.18 289.09 0.6 0.54
Hex B6 41 D0 C 45 0 12 121 3C 36
Octal 266 101 320 14 105 0 22 441 74 66
Binary 10110110 1000001 11010000 1100 1000101 0 10010 100100001 111100 110110

Color Harmonies of #B641D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641D0

Black with #B641D0

Text Example


Text Example

White with #B641D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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