Html Css Color HEX #B763CD Medium Orchid

📋 copy color: '#B763CD'

red 183 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B763CD

Tints of Medium Orchid #B763CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.33%

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 37.58%
G = 20.33%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B763CD (or 0xB763CD) is known color: Medium Orchid. HEX triplet: B7, 63 and CD. RGB value is (183,99,205). Sum of RGB (Red+Green+Blue) = 183+99+205=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #B763CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763CD is #489C32. Grayscale: #878787. Windows color (decimal): -4758579 or 13460407. OLE color: 13460407.

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

Color convert

RGB 183 99 205 -
CMYK 0.11 0.52 0 0.20
HSL 287.55º 0.51% 0.6% -
HSV(B) 287.55º 0.52% 0.8% -
XYZ 35.01 23.4 60.43 -
YUV 136.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 183 99 205 0.11 0.52 0 0.20 287.55 0.51 0.6
Hex B7 63 CD B 34 0 14 120 33 3C
Octal 267 143 315 13 64 0 24 440 63 74
Binary 10110111 1100011 11001101 1011 110100 0 10100 100100000 110011 111100

Color Harmonies of #B763CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763CD

Black with #B763CD

Text Example


Text Example

White with #B763CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763CD; }

 p { color: rgb(183,99,205); }

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

background-color css

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

 a { background-color: rgb(183,99,205); }

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

border-color css

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

 span { border-color: rgb(183,99,205); }

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