Html Css Color HEX #B765DB Medium Orchid

📋 copy color: '#B765DB'

red 183 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #B765DB

Tints of Medium Orchid #B765DB

RGB

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

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

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

R = 36.38%
G = 20.08%
B = 43.54%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B765DB (or 0xB765DB) is known color: Medium Orchid. HEX triplet: B7, 65 and DB. RGB value is (183,101,219). Sum of RGB (Red+Green+Blue) = 183+101+219=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B765DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765DB is #489A24. Grayscale: #8A8A8A. Windows color (decimal): -4758053 or 14378423. OLE color: 14378423.

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

Color convert

RGB 183 101 219 -
CMYK 0.16 0.54 0 0.14
HSL 281.69º 0.62% 0.63% -
HSV(B) 281.69º 0.54% 0.86% -
XYZ 36.97 24.49 69.8 -
YUV 138.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 183 101 219 0.16 0.54 0 0.14 281.69 0.62 0.63
Hex B7 65 DB 10 36 0 E 11A 3E 3F
Octal 267 145 333 20 66 0 16 432 76 77
Binary 10110111 1100101 11011011 10000 110110 0 1110 100011010 111110 111111

Color Harmonies of #B765DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765DB

Black with #B765DB

Text Example


Text Example

White with #B765DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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