Html Css Color HEX #B765C9 Medium Orchid

📋 copy color: '#B765C9'

red 183 ◦ green 101 ◦ blue 201

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

Shades of Medium Orchid #B765C9

Tints of Medium Orchid #B765C9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 37.73%
G = 20.82%
B = 41.44%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B765C9 (or 0xB765C9) is known color: Medium Orchid. HEX triplet: B7, 65 and C9. RGB value is (183,101,201). Sum of RGB (Red+Green+Blue) = 183+101+201=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #B765C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765C9 is #489A36. Grayscale: #888888. Windows color (decimal): -4758071 or 13198775. OLE color: 13198775.

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

Color convert

RGB 183 101 201 -
CMYK 0.09 0.50 0 0.21
HSL 289.2º 0.48% 0.59% -
HSV(B) 289.2º 0.5% 0.79% -
XYZ 34.72 23.59 57.98 -
YUV 136.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 183 101 201 0.09 0.50 0 0.21 289.2 0.48 0.59
Hex B7 65 C9 9 32 0 15 121 30 3B
Octal 267 145 311 11 62 0 25 441 60 73
Binary 10110111 1100101 11001001 1001 110010 0 10101 100100001 110000 111011

Color Harmonies of #B765C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765C9

Black with #B765C9

Text Example


Text Example

White with #B765C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765C9; }

 p { color: rgb(183,101,201); }

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

background-color css

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

 a { background-color: rgb(183,101,201); }

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

border-color css

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

 span { border-color: rgb(183,101,201); }

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