Html Css Color HEX #B762CA Medium Orchid

📋 copy color: '#B762CA'

red 183 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #B762CA

Tints of Medium Orchid #B762CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 37.89%
G = 20.29%
B = 41.82%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B762CA (or 0xB762CA) is known color: Medium Orchid. HEX triplet: B7, 62 and CA. RGB value is (183,98,202). Sum of RGB (Red+Green+Blue) = 183+98+202=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B762CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762CA is #489D35. Grayscale: #868686. Windows color (decimal): -4758838 or 13263543. OLE color: 13263543.

HSL color Cylindrical-coordinate representation of color #B762CA: hue angle of 289.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B762CA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 98 202 -
CMYK 0.09 0.51 0 0.21
HSL 289.04º 0.5% 0.59% -
HSV(B) 289.04º 0.51% 0.79% -
XYZ 34.56 23.07 58.51 -
YUV 135.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 183 98 202 0.09 0.51 0 0.21 289.04 0.5 0.59
Hex B7 62 CA 9 33 0 15 121 32 3B
Octal 267 142 312 11 63 0 25 441 62 73
Binary 10110111 1100010 11001010 1001 110011 0 10101 100100001 110010 111011

Color Harmonies of #B762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762CA

Black with #B762CA

Text Example


Text Example

White with #B762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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