Html Css Color HEX #B694FA Biloba Flower

📋 copy color: '#B694FA'

red 182 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #B694FA

Tints of Biloba Flower #B694FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.52%

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

R = 31.38%
G = 25.52%
B = 43.1%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B694FA (or 0xB694FA) is known color: Biloba Flower. HEX triplet: B6, 94 and FA. RGB value is (182,148,250). Sum of RGB (Red+Green+Blue) = 182+148+250=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #B694FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694FA is #496B05. Grayscale: #A9A9A9. Windows color (decimal): -4811526 or 16422070. OLE color: 16422070.

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

Color convert

RGB 182 148 250 -
CMYK 0.27 0.41 0 0.02
HSL 260º 0.91% 0.78% -
HSV(B) 260º 0.41% 0.98% -
XYZ 47.14 38.03 95.3 -
YUV 169.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 182 148 250 0.27 0.41 0 0.02 260 0.91 0.78
Hex B6 94 FA 1B 29 0 2 104 5B 4E
Octal 266 224 372 33 51 0 2 404 133 116
Binary 10110110 10010100 11111010 11011 101001 0 10 100000100 1011011 1001110

Color Harmonies of #B694FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694FA

Black with #B694FA

Text Example


Text Example

White with #B694FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694FA; }

 p { color: rgb(182,148,250); }

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

background-color css

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

 a { background-color: rgb(182,148,250); }

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

border-color css

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

 span { border-color: rgb(182,148,250); }

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