Html Css Color HEX #B641CF Medium Orchid

📋 copy color: '#B641CF'

red 182 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B641CF

Tints of Medium Orchid #B641CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 40.09%
G = 14.32%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B641CF (or 0xB641CF) is known color: Medium Orchid. HEX triplet: B6, 41 and CF. RGB value is (182,65,207). Sum of RGB (Red+Green+Blue) = 182+65+207=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B641CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641CF is #49BE30. Grayscale: #737373. Windows color (decimal): -4832817 or 13582774. OLE color: 13582774.

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

Color convert

RGB 182 65 207 -
CMYK 0.12 0.69 0 0.19
HSL 289.44º 0.6% 0.53% -
HSV(B) 289.44º 0.69% 0.81% -
XYZ 32.44 18.23 60.84 -
YUV 116.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 182 65 207 0.12 0.69 0 0.19 289.44 0.6 0.53
Hex B6 41 CF C 45 0 13 121 3C 35
Octal 266 101 317 14 105 0 23 441 74 65
Binary 10110110 1000001 11001111 1100 1000101 0 10011 100100001 111100 110101

Color Harmonies of #B641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641CF

Black with #B641CF

Text Example


Text Example

White with #B641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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