Html Css Color HEX #B642CE Medium Orchid

📋 copy color: '#B642CE'

red 182 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #B642CE

Tints of Medium Orchid #B642CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

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

R = 40.09%
G = 14.54%
B = 45.37%

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

#B642CE (or 0xB642CE) is known color: Medium Orchid. HEX triplet: B6, 42 and CE. RGB value is (182,66,206). Sum of RGB (Red+Green+Blue) = 182+66+206=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #B642CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CE is #49BD31. Grayscale: #747474. Windows color (decimal): -4832562 or 13517494. OLE color: 13517494.

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

Color convert

RGB 182 66 206 -
CMYK 0.12 0.68 0 0.19
HSL 289.71º 0.59% 0.53% -
HSV(B) 289.71º 0.68% 0.81% -
XYZ 32.38 18.3 60.22 -
YUV 116.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 182 66 206 0.12 0.68 0 0.19 289.71 0.59 0.53
Hex B6 42 CE C 44 0 13 122 3B 35
Octal 266 102 316 14 104 0 23 442 73 65
Binary 10110110 1000010 11001110 1100 1000100 0 10011 100100010 111011 110101

Color Harmonies of #B642CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642CE

Black with #B642CE

Text Example


Text Example

White with #B642CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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