Html Css Color HEX #B765C8 Medium Orchid

📋 copy color: '#B765C8'

red 183 ◦ green 101 ◦ blue 200

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

Shades of Medium Orchid #B765C8

Tints of Medium Orchid #B765C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.32%

R = 37.81%
G = 20.87%
B = 41.32%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B765C8 (or 0xB765C8) is known color: Medium Orchid. HEX triplet: B7, 65 and C8. RGB value is (183,101,200). Sum of RGB (Red+Green+Blue) = 183+101+200=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 200 - color contains mainly: blue. Hex color #B765C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765C8 is #489A37. Grayscale: #888888. Windows color (decimal): -4758072 or 13133239. OLE color: 13133239.

HSL color Cylindrical-coordinate representation of color #B765C8: hue angle of 289.7º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B765C8 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 101 200 -
CMYK 0.08 0.49 0 0.22
HSL 289.7º 0.47% 0.59% -
HSV(B) 289.7º 0.5% 0.78% -
XYZ 34.61 23.54 57.36 -
YUV 136.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 183 101 200 0.08 0.49 0 0.22 289.7 0.47 0.59
Hex B7 65 C8 8 31 0 16 122 2F 3B
Octal 267 145 310 10 61 0 26 442 57 73
Binary 10110111 1100101 11001000 1000 110001 0 10110 100100010 101111 111011

Color Harmonies of #B765C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765C8

Black with #B765C8

Text Example


Text Example

White with #B765C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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