Html Css Color HEX #B642DA Medium Orchid

📋 copy color: '#B642DA'

red 182 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #B642DA

Tints of Medium Orchid #B642DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 39.06%
G = 14.16%
B = 46.78%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B642DA (or 0xB642DA) is known color: Medium Orchid. HEX triplet: B6, 42 and DA. RGB value is (182,66,218). Sum of RGB (Red+Green+Blue) = 182+66+218=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B642DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642DA is #49BD25. Grayscale: #757575. Windows color (decimal): -4832550 or 14303926. OLE color: 14303926.

HSL color Cylindrical-coordinate representation of color #B642DA: hue angle of 285.79º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B642DA is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 66 218 -
CMYK 0.17 0.70 0 0.15
HSL 285.79º 0.67% 0.56% -
HSV(B) 285.79º 0.7% 0.85% -
XYZ 33.89 18.9 68.19 -
YUV 118.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 182 66 218 0.17 0.70 0 0.15 285.79 0.67 0.56
Hex B6 42 DA 11 46 0 F 11E 43 38
Octal 266 102 332 21 106 0 17 436 103 70
Binary 10110110 1000010 11011010 10001 1000110 0 1111 100011110 1000011 111000

Color Harmonies of #B642DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642DA

Black with #B642DA

Text Example


Text Example

White with #B642DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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