Html Css Color HEX #B762DE Medium Orchid

📋 copy color: '#B762DE'

red 183 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #B762DE

Tints of Medium Orchid #B762DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 36.38%
G = 19.48%
B = 44.14%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B762DE (or 0xB762DE) is known color: Medium Orchid. HEX triplet: B7, 62 and DE. RGB value is (183,98,222). Sum of RGB (Red+Green+Blue) = 183+98+222=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #B762DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762DE is #489D21. Grayscale: #898989. Windows color (decimal): -4758818 or 14574263. OLE color: 14574263.

HSL color Cylindrical-coordinate representation of color #B762DE: hue angle of 281.13º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B762DE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 98 222 -
CMYK 0.18 0.56 0 0.13
HSL 281.13º 0.65% 0.63% -
HSV(B) 281.13º 0.56% 0.87% -
XYZ 37.08 24.08 71.8 -
YUV 137.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 183 98 222 0.18 0.56 0 0.13 281.13 0.65 0.63
Hex B7 62 DE 12 38 0 D 119 41 3F
Octal 267 142 336 22 70 0 15 431 101 77
Binary 10110111 1100010 11011110 10010 111000 0 1101 100011001 1000001 111111

Color Harmonies of #B762DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762DE

Black with #B762DE

Text Example


Text Example

White with #B762DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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