Html Css Color HEX #B761DA Medium Orchid

📋 copy color: '#B761DA'

red 183 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #B761DA

Tints of Medium Orchid #B761DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.48%

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

R = 36.75%
G = 19.48%
B = 43.78%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B761DA (or 0xB761DA) is known color: Medium Orchid. HEX triplet: B7, 61 and DA. RGB value is (183,97,218). Sum of RGB (Red+Green+Blue) = 183+97+218=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B761DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761DA is #489E25. Grayscale: #888888. Windows color (decimal): -4759078 or 14311863. OLE color: 14311863.

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

Color convert

RGB 183 97 218 -
CMYK 0.16 0.56 0 0.15
HSL 282.64º 0.62% 0.62% -
HSV(B) 282.64º 0.56% 0.85% -
XYZ 36.46 23.68 68.98 -
YUV 136.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 183 97 218 0.16 0.56 0 0.15 282.64 0.62 0.62
Hex B7 61 DA 10 38 0 F 11B 3E 3E
Octal 267 141 332 20 70 0 17 433 76 76
Binary 10110111 1100001 11011010 10000 111000 0 1111 100011011 111110 111110

Color Harmonies of #B761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761DA

Black with #B761DA

Text Example


Text Example

White with #B761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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