Html Css Color HEX #B762C7 Medium Orchid

📋 copy color: '#B762C7'

red 183 ◦ green 98 ◦ blue 199

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

Shades of Medium Orchid #B762C7

Tints of Medium Orchid #B762C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 38.13%
G = 20.42%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B762C7 (or 0xB762C7) is known color: Medium Orchid. HEX triplet: B7, 62 and C7. RGB value is (183,98,199). Sum of RGB (Red+Green+Blue) = 183+98+199=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #B762C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762C7 is #489D38. Grayscale: #868686. Windows color (decimal): -4758841 or 13066935. OLE color: 13066935.

HSL color Cylindrical-coordinate representation of color #B762C7: hue angle of 290.5º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B762C7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 98 199 -
CMYK 0.08 0.51 0 0.22
HSL 290.5º 0.47% 0.58% -
HSV(B) 290.5º 0.51% 0.78% -
XYZ 34.2 22.93 56.66 -
YUV 134.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 183 98 199 0.08 0.51 0 0.22 290.5 0.47 0.58
Hex B7 62 C7 8 33 0 16 122 2F 3A
Octal 267 142 307 10 63 0 26 442 57 72
Binary 10110111 1100010 11000111 1000 110011 0 10110 100100010 101111 111010

Color Harmonies of #B762C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762C7

Black with #B762C7

Text Example


Text Example

White with #B762C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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