Html Css Color HEX #B785DD Biloba Flower

📋 copy color: '#B785DD'

red 183 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B785DD

Tints of Biloba Flower #B785DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

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

R = 34.08%
G = 24.77%
B = 41.15%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B785DD (or 0xB785DD) is known color: Biloba Flower. HEX triplet: B7, 85 and DD. RGB value is (183,133,221). Sum of RGB (Red+Green+Blue) = 183+133+221=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B785DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DD is #487A22. Grayscale: #9D9D9D. Windows color (decimal): -4749859 or 14517687. OLE color: 14517687.

HSL color Cylindrical-coordinate representation of color #B785DD: hue angle of 274.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B785DD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 133 221 -
CMYK 0.17 0.40 0 0.13
HSL 274.09º 0.56% 0.69% -
HSV(B) 274.09º 0.4% 0.87% -
XYZ 40.97 32.06 72.44 -
YUV 157.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 183 133 221 0.17 0.40 0 0.13 274.09 0.56 0.69
Hex B7 85 DD 11 28 0 D 112 38 45
Octal 267 205 335 21 50 0 15 422 70 105
Binary 10110111 10000101 11011101 10001 101000 0 1101 100010010 111000 1000101

Color Harmonies of #B785DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B785DD

Black with #B785DD

Text Example


Text Example

White with #B785DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B785DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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