Html Css Color HEX #B68AFE Biloba Flower

📋 copy color: '#B68AFE'

red 182 ◦ green 138 ◦ blue 254

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

Shades of Biloba Flower #B68AFE

Tints of Biloba Flower #B68AFE

RGB

 RED value IS 182 (71.48% from 255) = 31.71%

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 31.71%
G = 24.04%
B = 44.25%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B68AFE (or 0xB68AFE) is known color: Biloba Flower. HEX triplet: B6, 8A and FE. RGB value is (182,138,254). Sum of RGB (Red+Green+Blue) = 182+138+254=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AFE is #497501. Grayscale: #A3A3A3. Windows color (decimal): -4814082 or 16681654. OLE color: 16681654.

HSL color Cylindrical-coordinate representation of color #B68AFE: hue angle of 262.76º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68AFE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 138 254 -
CMYK 0.28 0.46 0 0.00
HSL 262.76º 0.98% 0.77% -
HSV(B) 262.76º 0.46% 1% -
XYZ 46.27 35.28 98.14 -
YUV 164.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 182 138 254 0.28 0.46 0 0.00 262.76 0.98 0.77
Hex B6 8A FE 1C 2E 0 0 107 62 4D
Octal 266 212 376 34 56 0 0 407 142 115
Binary 10110110 10001010 11111110 11100 101110 0 0 100000111 1100010 1001101

Color Harmonies of #B68AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AFE

Black with #B68AFE

Text Example


Text Example

White with #B68AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AFE; }

 p { color: rgb(182,138,254); }

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

background-color css

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

 a { background-color: rgb(182,138,254); }

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

border-color css

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

 span { border-color: rgb(182,138,254); }

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