Html Css Color HEX #B762DB Medium Orchid

📋 copy color: '#B762DB'

red 183 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #B762DB

Tints of Medium Orchid #B762DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 36.6%
G = 19.6%
B = 43.8%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B762DB (or 0xB762DB) is known color: Medium Orchid. HEX triplet: B7, 62 and DB. RGB value is (183,98,219). Sum of RGB (Red+Green+Blue) = 183+98+219=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B762DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762DB is #489D24. Grayscale: #888888. Windows color (decimal): -4758821 or 14377655. OLE color: 14377655.

HSL color Cylindrical-coordinate representation of color #B762DB: hue angle of 282.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B762DB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 98 219 -
CMYK 0.16 0.55 0 0.14
HSL 282.15º 0.63% 0.62% -
HSV(B) 282.15º 0.55% 0.86% -
XYZ 36.68 23.92 69.7 -
YUV 137.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 183 98 219 0.16 0.55 0 0.14 282.15 0.63 0.62
Hex B7 62 DB 10 37 0 E 11A 3F 3E
Octal 267 142 333 20 67 0 16 432 77 76
Binary 10110111 1100010 11011011 10000 110111 0 1110 100011010 111111 111110

Color Harmonies of #B762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B762DB

Black with #B762DB

Text Example


Text Example

White with #B762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B762DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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