Html Css Color HEX #B671DA Medium Orchid

📋 copy color: '#B671DA'

red 182 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #B671DA

Tints of Medium Orchid #B671DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 35.48%
G = 22.03%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B671DA (or 0xB671DA) is known color: Medium Orchid. HEX triplet: B6, 71 and DA. RGB value is (182,113,218). Sum of RGB (Red+Green+Blue) = 182+113+218=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B671DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671DA is #498E25. Grayscale: #919191. Windows color (decimal): -4820518 or 14315958. OLE color: 14315958.

HSL color Cylindrical-coordinate representation of color #B671DA: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B671DA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 113 218 -
CMYK 0.17 0.48 0 0.15
HSL 279.43º 0.59% 0.65% -
HSV(B) 279.43º 0.48% 0.85% -
XYZ 37.85 26.82 69.51 -
YUV 145.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 182 113 218 0.17 0.48 0 0.15 279.43 0.59 0.65
Hex B6 71 DA 11 30 0 F 117 3B 41
Octal 266 161 332 21 60 0 17 427 73 101
Binary 10110110 1110001 11011010 10001 110000 0 1111 100010111 111011 1000001

Color Harmonies of #B671DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671DA

Black with #B671DA

Text Example


Text Example

White with #B671DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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