Html Css Color HEX #B770DA Medium Orchid

📋 copy color: '#B770DA'

red 183 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #B770DA

Tints of Medium Orchid #B770DA

RGB

 RED value IS 183 (71.88% from 255) = 35.67%

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

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

R = 35.67%
G = 21.83%
B = 42.5%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B770DA (or 0xB770DA) is known color: Medium Orchid. HEX triplet: B7, 70 and DA. RGB value is (183,112,218). Sum of RGB (Red+Green+Blue) = 183+112+218=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 112 (44.14% from 255 or 21.83% 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 #B770DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770DA is #488F25. Grayscale: #909090. Windows color (decimal): -4755238 or 14315703. OLE color: 14315703.

HSL color Cylindrical-coordinate representation of color #B770DA: hue angle of 280.19º 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 #B770DA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 112 218 -
CMYK 0.16 0.49 0 0.15
HSL 280.19º 0.59% 0.65% -
HSV(B) 280.19º 0.49% 0.85% -
XYZ 37.98 26.72 69.49 -
YUV 145.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 183 112 218 0.16 0.49 0 0.15 280.19 0.59 0.65
Hex B7 70 DA 10 31 0 F 118 3B 41
Octal 267 160 332 20 61 0 17 430 73 101
Binary 10110111 1110000 11011010 10000 110001 0 1111 100011000 111011 1000001

Color Harmonies of #B770DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770DA

Black with #B770DA

Text Example


Text Example

White with #B770DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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