Html Css Color HEX #B670DA Medium Orchid

📋 copy color: '#B670DA'

red 182 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #B670DA

Tints of Medium Orchid #B670DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

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

R = 35.55%
G = 21.88%
B = 42.58%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B670DA (or 0xB670DA) is known color: Medium Orchid. HEX triplet: B6, 70 and DA. RGB value is (182,112,218). Sum of RGB (Red+Green+Blue) = 182+112+218=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B670DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670DA is #498F25. Grayscale: #909090. Windows color (decimal): -4820774 or 14315702. OLE color: 14315702.

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

Color convert

RGB 182 112 218 -
CMYK 0.17 0.49 0 0.15
HSL 279.62º 0.59% 0.65% -
HSV(B) 279.62º 0.49% 0.85% -
XYZ 37.74 26.6 69.47 -
YUV 145.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 182 112 218 0.17 0.49 0 0.15 279.62 0.59 0.65
Hex B6 70 DA 11 31 0 F 118 3B 41
Octal 266 160 332 21 61 0 17 430 73 101
Binary 10110110 1110000 11011010 10001 110001 0 1111 100011000 111011 1000001

Color Harmonies of #B670DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670DA

Black with #B670DA

Text Example


Text Example

White with #B670DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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