Html Css Color HEX #B762CE Medium Orchid

📋 copy color: '#B762CE'

red 183 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #B762CE

Tints of Medium Orchid #B762CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 37.58%
G = 20.12%
B = 42.3%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B762CE (or 0xB762CE) is known color: Medium Orchid. HEX triplet: B7, 62 and CE. RGB value is (183,98,206). Sum of RGB (Red+Green+Blue) = 183+98+206=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B762CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762CE is #489D31. Grayscale: #878787. Windows color (decimal): -4758834 or 13525687. OLE color: 13525687.

HSL color Cylindrical-coordinate representation of color #B762CE: hue angle of 287.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B762CE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 98 206 -
CMYK 0.11 0.52 0 0.19
HSL 287.22º 0.52% 0.6% -
HSV(B) 287.22º 0.52% 0.81% -
XYZ 35.04 23.26 61.04 -
YUV 135.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 183 98 206 0.11 0.52 0 0.19 287.22 0.52 0.6
Hex B7 62 CE B 34 0 13 11F 34 3C
Octal 267 142 316 13 64 0 23 437 64 74
Binary 10110111 1100010 11001110 1011 110100 0 10011 100011111 110100 111100

Color Harmonies of #B762CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762CE

Black with #B762CE

Text Example


Text Example

White with #B762CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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