Html Css Color HEX #B385FD Biloba Flower

📋 copy color: '#B385FD'

red 179 ◦ green 133 ◦ blue 253

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

Shades of Biloba Flower #B385FD

Tints of Biloba Flower #B385FD

RGB

 RED value IS 179 (70.31% from 255) = 31.68%

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 31.68%
G = 23.54%
B = 44.78%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B385FD (or 0xB385FD) is known color: Biloba Flower. HEX triplet: B3, 85 and FD. RGB value is (179,133,253). Sum of RGB (Red+Green+Blue) = 179+133+253=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #B385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FD is #4C7A02. Grayscale: #A0A0A0. Windows color (decimal): -5011971 or 16614835. OLE color: 16614835.

HSL color Cylindrical-coordinate representation of color #B385FD: hue angle of 263º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B385FD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 133 253 -
CMYK 0.29 0.47 0 0.01
HSL 263º 0.97% 0.76% -
HSV(B) 263º 0.47% 0.99% -
XYZ 44.71 33.45 97.03 -
YUV 160.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 179 133 253 0.29 0.47 0 0.01 263 0.97 0.76
Hex B3 85 FD 1D 2F 0 1 107 61 4C
Octal 263 205 375 35 57 0 1 407 141 114
Binary 10110011 10000101 11111101 11101 101111 0 1 100000111 1100001 1001100

Color Harmonies of #B385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385FD

Black with #B385FD

Text Example


Text Example

White with #B385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385FD; }

 p { color: rgb(179,133,253); }

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

background-color css

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

 a { background-color: rgb(179,133,253); }

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

border-color css

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

 span { border-color: rgb(179,133,253); }

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