Html Css Color HEX #B765DD Medium Orchid

📋 copy color: '#B765DD'

red 183 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #B765DD

Tints of Medium Orchid #B765DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 36.24%
G = 20%
B = 43.76%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B765DD (or 0xB765DD) is known color: Medium Orchid. HEX triplet: B7, 65 and DD. RGB value is (183,101,221). Sum of RGB (Red+Green+Blue) = 183+101+221=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B765DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765DD is #489A22. Grayscale: #8A8A8A. Windows color (decimal): -4758051 or 14509495. OLE color: 14509495.

HSL color Cylindrical-coordinate representation of color #B765DD: hue angle of 281º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B765DD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 101 221 -
CMYK 0.17 0.54 0 0.13
HSL 281º 0.64% 0.63% -
HSV(B) 281º 0.54% 0.87% -
XYZ 37.23 24.6 71.19 -
YUV 139.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 183 101 221 0.17 0.54 0 0.13 281 0.64 0.63
Hex B7 65 DD 11 36 0 D 119 40 3F
Octal 267 145 335 21 66 0 15 431 100 77
Binary 10110111 1100101 11011101 10001 110110 0 1101 100011001 1000000 111111

Color Harmonies of #B765DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B765DD

Black with #B765DD

Text Example


Text Example

White with #B765DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B765DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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