Html Css Color HEX #B639CF Medium Orchid

📋 copy color: '#B639CF'

red 182 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #B639CF

Tints of Medium Orchid #B639CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.78%

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

R = 40.81%
G = 12.78%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B639CF (or 0xB639CF) is known color: Medium Orchid. HEX triplet: B6, 39 and CF. RGB value is (182,57,207). Sum of RGB (Red+Green+Blue) = 182+57+207=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B639CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639CF is #49C630. Grayscale: #6E6E6E. Windows color (decimal): -4834865 or 13580726. OLE color: 13580726.

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

Color convert

RGB 182 57 207 -
CMYK 0.12 0.72 0 0.19
HSL 290º 0.61% 0.52% -
HSV(B) 290º 0.72% 0.81% -
XYZ 32.02 17.38 60.7 -
YUV 111.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 182 57 207 0.12 0.72 0 0.19 290 0.61 0.52
Hex B6 39 CF C 48 0 13 122 3D 34
Octal 266 71 317 14 110 0 23 442 75 64
Binary 10110110 111001 11001111 1100 1001000 0 10011 100100010 111101 110100

Color Harmonies of #B639CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639CF

Black with #B639CF

Text Example


Text Example

White with #B639CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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