Html Css Color HEX #B762D7 Medium Orchid

📋 copy color: '#B762D7'

red 183 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #B762D7

Tints of Medium Orchid #B762D7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.76%

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 36.9%
G = 19.76%
B = 43.35%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B762D7 (or 0xB762D7) is known color: Medium Orchid. HEX triplet: B7, 62 and D7. RGB value is (183,98,215). Sum of RGB (Red+Green+Blue) = 183+98+215=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #B762D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762D7 is #489D28. Grayscale: #888888. Windows color (decimal): -4758825 or 14115511. OLE color: 14115511.

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

Color convert

RGB 183 98 215 -
CMYK 0.15 0.54 0 0.16
HSL 283.59º 0.59% 0.61% -
HSV(B) 283.59º 0.54% 0.84% -
XYZ 36.16 23.71 66.96 -
YUV 136.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 183 98 215 0.15 0.54 0 0.16 283.59 0.59 0.61
Hex B7 62 D7 F 36 0 10 11C 3B 3D
Octal 267 142 327 17 66 0 20 434 73 75
Binary 10110111 1100010 11010111 1111 110110 0 10000 100011100 111011 111101

Color Harmonies of #B762D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762D7

Black with #B762D7

Text Example


Text Example

White with #B762D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762D7; }

 p { color: rgb(183,98,215); }

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

background-color css

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

 a { background-color: rgb(183,98,215); }

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

border-color css

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

 span { border-color: rgb(183,98,215); }

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