Html Css Color HEX #B38AFA Biloba Flower

📋 copy color: '#B38AFA'

red 179 ◦ green 138 ◦ blue 250

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

Shades of Biloba Flower #B38AFA

Tints of Biloba Flower #B38AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

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

R = 31.57%
G = 24.34%
B = 44.09%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B38AFA (or 0xB38AFA) is known color: Biloba Flower. HEX triplet: B3, 8A and FA. RGB value is (179,138,250). Sum of RGB (Red+Green+Blue) = 179+138+250=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B38AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AFA is #4C7505. Grayscale: #A2A2A2. Windows color (decimal): -5010694 or 16419507. OLE color: 16419507.

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

Color convert

RGB 179 138 250 -
CMYK 0.28 0.45 0 0.02
HSL 261.96º 0.92% 0.76% -
HSV(B) 261.96º 0.45% 0.98% -
XYZ 44.93 34.66 94.76 -
YUV 163.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 179 138 250 0.28 0.45 0 0.02 261.96 0.92 0.76
Hex B3 8A FA 1C 2D 0 2 106 5C 4C
Octal 263 212 372 34 55 0 2 406 134 114
Binary 10110011 10001010 11111010 11100 101101 0 10 100000110 1011100 1001100

Color Harmonies of #B38AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AFA

Black with #B38AFA

Text Example


Text Example

White with #B38AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AFA; }

 p { color: rgb(179,138,250); }

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

background-color css

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

 a { background-color: rgb(179,138,250); }

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

border-color css

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

 span { border-color: rgb(179,138,250); }

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