Html Css Color HEX #B640CF Medium Orchid

📋 copy color: '#B640CF'

red 182 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #B640CF

Tints of Medium Orchid #B640CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 40.18%
G = 14.13%
B = 45.7%

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

#B640CF (or 0xB640CF) is known color: Medium Orchid. HEX triplet: B6, 40 and CF. RGB value is (182,64,207). Sum of RGB (Red+Green+Blue) = 182+64+207=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B640CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640CF is #49BF30. Grayscale: #737373. Windows color (decimal): -4833073 or 13582518. OLE color: 13582518.

HSL color Cylindrical-coordinate representation of color #B640CF: hue angle of 289.51º 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 #B640CF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 64 207 -
CMYK 0.12 0.69 0 0.19
HSL 289.51º 0.6% 0.53% -
HSV(B) 289.51º 0.69% 0.81% -
XYZ 32.39 18.12 60.82 -
YUV 115.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 182 64 207 0.12 0.69 0 0.19 289.51 0.6 0.53
Hex B6 40 CF C 45 0 13 122 3C 35
Octal 266 100 317 14 105 0 23 442 74 65
Binary 10110110 1000000 11001111 1100 1000101 0 10011 100100010 111100 110101

Color Harmonies of #B640CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640CF

Black with #B640CF

Text Example


Text Example

White with #B640CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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