Html Css Color HEX #B38EFD Biloba Flower

📋 copy color: '#B38EFD'

red 179 ◦ green 142 ◦ blue 253

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

Shades of Biloba Flower #B38EFD

Tints of Biloba Flower #B38EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.74%

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

R = 31.18%
G = 24.74%
B = 44.08%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B38EFD (or 0xB38EFD) is known color: Biloba Flower. HEX triplet: B3, 8E and FD. RGB value is (179,142,253). Sum of RGB (Red+Green+Blue) = 179+142+253=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B38EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EFD is #4C7102. Grayscale: #A5A5A5. Windows color (decimal): -5009667 or 16617139. OLE color: 16617139.

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

Color convert

RGB 179 142 253 -
CMYK 0.29 0.44 0 0.01
HSL 260º 0.97% 0.77% -
HSV(B) 260º 0.44% 0.99% -
XYZ 45.99 36.02 97.46 -
YUV 165.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 179 142 253 0.29 0.44 0 0.01 260 0.97 0.77
Hex B3 8E FD 1D 2C 0 1 104 61 4D
Octal 263 216 375 35 54 0 1 404 141 115
Binary 10110011 10001110 11111101 11101 101100 0 1 100000100 1100001 1001101

Color Harmonies of #B38EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38EFD

Black with #B38EFD

Text Example


Text Example

White with #B38EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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