Html Css Color HEX #B641CE Medium Orchid

📋 copy color: '#B641CE'

red 182 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #B641CE

Tints of Medium Orchid #B641CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 40.18%
G = 14.35%
B = 45.47%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B641CE (or 0xB641CE) is known color: Medium Orchid. HEX triplet: B6, 41 and CE. RGB value is (182,65,206). Sum of RGB (Red+Green+Blue) = 182+65+206=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #B641CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641CE is #49BE31. Grayscale: #737373. Windows color (decimal): -4832818 or 13517238. OLE color: 13517238.

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

Color convert

RGB 182 65 206 -
CMYK 0.12 0.68 0 0.19
HSL 289.79º 0.59% 0.53% -
HSV(B) 289.79º 0.68% 0.81% -
XYZ 32.32 18.18 60.2 -
YUV 116.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 182 65 206 0.12 0.68 0 0.19 289.79 0.59 0.53
Hex B6 41 CE C 44 0 13 122 3B 35
Octal 266 101 316 14 104 0 23 442 73 65
Binary 10110110 1000001 11001110 1100 1000100 0 10011 100100010 111011 110101

Color Harmonies of #B641CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641CE

Black with #B641CE

Text Example


Text Example

White with #B641CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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