Html Css Color HEX #B642CD Medium Orchid

📋 copy color: '#B642CD'

red 182 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #B642CD

Tints of Medium Orchid #B642CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 40.18%
G = 14.57%
B = 45.25%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B642CD (or 0xB642CD) is known color: Medium Orchid. HEX triplet: B6, 42 and CD. RGB value is (182,66,205). Sum of RGB (Red+Green+Blue) = 182+66+205=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B642CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CD is #49BD32. Grayscale: #747474. Windows color (decimal): -4832563 or 13451958. OLE color: 13451958.

HSL color Cylindrical-coordinate representation of color #B642CD: hue angle of 290.07º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B642CD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 66 205 -
CMYK 0.11 0.68 0 0.20
HSL 290.07º 0.58% 0.53% -
HSV(B) 290.07º 0.68% 0.8% -
XYZ 32.26 18.25 59.58 -
YUV 116.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 182 66 205 0.11 0.68 0 0.20 290.07 0.58 0.53
Hex B6 42 CD B 44 0 14 122 3A 35
Octal 266 102 315 13 104 0 24 442 72 65
Binary 10110110 1000010 11001101 1011 1000100 0 10100 100100010 111010 110101

Color Harmonies of #B642CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642CD

Black with #B642CD

Text Example


Text Example

White with #B642CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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