Html Css Color HEX #B761D6 Medium Orchid

📋 copy color: '#B761D6'

red 183 ◦ green 97 ◦ blue 214

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

Shades of Medium Orchid #B761D6

Tints of Medium Orchid #B761D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 37.04%
G = 19.64%
B = 43.32%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B761D6 (or 0xB761D6) is known color: Medium Orchid. HEX triplet: B7, 61 and D6. RGB value is (183,97,214). Sum of RGB (Red+Green+Blue) = 183+97+214=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #B761D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761D6 is #489E29. Grayscale: #878787. Windows color (decimal): -4759082 or 14049719. OLE color: 14049719.

HSL color Cylindrical-coordinate representation of color #B761D6: hue angle of 284.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B761D6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 97 214 -
CMYK 0.14 0.55 0 0.16
HSL 284.1º 0.59% 0.61% -
HSV(B) 284.1º 0.55% 0.84% -
XYZ 35.94 23.47 66.25 -
YUV 136.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 183 97 214 0.14 0.55 0 0.16 284.1 0.59 0.61
Hex B7 61 D6 E 37 0 10 11C 3B 3D
Octal 267 141 326 16 67 0 20 434 73 75
Binary 10110111 1100001 11010110 1110 110111 0 10000 100011100 111011 111101

Color Harmonies of #B761D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761D6

Black with #B761D6

Text Example


Text Example

White with #B761D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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