Html Css Color HEX #B785DA Biloba Flower

📋 copy color: '#B785DA'

red 183 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #B785DA

Tints of Biloba Flower #B785DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 34.27%
G = 24.91%
B = 40.82%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B785DA (or 0xB785DA) is known color: Biloba Flower. HEX triplet: B7, 85 and DA. RGB value is (183,133,218). Sum of RGB (Red+Green+Blue) = 183+133+218=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B785DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785DA is #487A25. Grayscale: #9D9D9D. Windows color (decimal): -4749862 or 14321079. OLE color: 14321079.

HSL color Cylindrical-coordinate representation of color #B785DA: hue angle of 275.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B785DA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 133 218 -
CMYK 0.16 0.39 0 0.15
HSL 275.29º 0.53% 0.69% -
HSV(B) 275.29º 0.39% 0.85% -
XYZ 40.57 31.9 70.35 -
YUV 157.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 183 133 218 0.16 0.39 0 0.15 275.29 0.53 0.69
Hex B7 85 DA 10 27 0 F 113 35 45
Octal 267 205 332 20 47 0 17 423 65 105
Binary 10110111 10000101 11011010 10000 100111 0 1111 100010011 110101 1000101

Color Harmonies of #B785DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B785DA

Black with #B785DA

Text Example


Text Example

White with #B785DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B785DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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