Html Css Color HEX #B785FA Biloba Flower

📋 copy color: '#B785FA'

red 183 ◦ green 133 ◦ blue 250

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

Shades of Biloba Flower #B785FA

Tints of Biloba Flower #B785FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 32.33%
G = 23.5%
B = 44.17%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B785FA (or 0xB785FA) is known color: Biloba Flower. HEX triplet: B7, 85 and FA. RGB value is (183,133,250). Sum of RGB (Red+Green+Blue) = 183+133+250=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B785FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785FA is #487A05. Grayscale: #A0A0A0. Windows color (decimal): -4749830 or 16418231. OLE color: 16418231.

HSL color Cylindrical-coordinate representation of color #B785FA: hue angle of 265.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B785FA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 133 250 -
CMYK 0.27 0.47 0 0.02
HSL 265.64º 0.92% 0.75% -
HSV(B) 265.64º 0.47% 0.98% -
XYZ 45.17 33.74 94.58 -
YUV 161.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 183 133 250 0.27 0.47 0 0.02 265.64 0.92 0.75
Hex B7 85 FA 1B 2F 0 2 10A 5C 4B
Octal 267 205 372 33 57 0 2 412 134 113
Binary 10110111 10000101 11111010 11011 101111 0 10 100001010 1011100 1001011

Color Harmonies of #B785FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B785FA

Black with #B785FA

Text Example


Text Example

White with #B785FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B785FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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