Html Css Color HEX #B643DD Medium Orchid

📋 copy color: '#B643DD'

red 182 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #B643DD

Tints of Medium Orchid #B643DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.26%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 38.72%
G = 14.26%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B643DD (or 0xB643DD) is known color: Medium Orchid. HEX triplet: B6, 43 and DD. RGB value is (182,67,221). Sum of RGB (Red+Green+Blue) = 182+67+221=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B643DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643DD is #49BC22. Grayscale: #767676. Windows color (decimal): -4832291 or 14500790. OLE color: 14500790.

HSL color Cylindrical-coordinate representation of color #B643DD: hue angle of 284.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B643DD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 67 221 -
CMYK 0.18 0.70 0 0.13
HSL 284.81º 0.69% 0.56% -
HSV(B) 284.81º 0.7% 0.87% -
XYZ 34.35 19.18 70.3 -
YUV 118.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 182 67 221 0.18 0.70 0 0.13 284.81 0.69 0.56
Hex B6 43 DD 12 46 0 D 11D 45 38
Octal 266 103 335 22 106 0 15 435 105 70
Binary 10110110 1000011 11011101 10010 1000110 0 1101 100011101 1000101 111000

Color Harmonies of #B643DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643DD

Black with #B643DD

Text Example


Text Example

White with #B643DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643DD; }

 p { color: rgb(182,67,221); }

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

background-color css

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

 a { background-color: rgb(182,67,221); }

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

border-color css

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

 span { border-color: rgb(182,67,221); }

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