Html Css Color HEX #B682FF Biloba Flower

📋 copy color: '#B682FF'

red 182 ◦ green 130 ◦ blue 255

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

Shades of Biloba Flower #B682FF

Tints of Biloba Flower #B682FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.93%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 32.1%
G = 22.93%
B = 44.97%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B682FF (or 0xB682FF) is known color: Biloba Flower. HEX triplet: B6, 82 and FF. RGB value is (182,130,255). Sum of RGB (Red+Green+Blue) = 182+130+255=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B682FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682FF is #497D00. Grayscale: #9F9F9F. Windows color (decimal): -4816129 or 16745142. OLE color: 16745142.

HSL color Cylindrical-coordinate representation of color #B682FF: hue angle of 264.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B682FF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 130 255 -
CMYK 0.29 0.49 0 0
HSL 264.96º 1% 0.75% -
HSV(B) 264.96º 0.49% 1% -
XYZ 45.32 33.13 98.61 -
YUV 159.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 182 130 255 0.29 0.49 0 0 264.96 1 0.75
Hex B6 82 FF 1D 31 0 0 109 64 4B
Octal 266 202 377 35 61 0 0 411 144 113
Binary 10110110 10000010 11111111 11101 110001 0 0 100001001 1100100 1001011

Color Harmonies of #B682FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682FF

Black with #B682FF

Text Example


Text Example

White with #B682FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682FF; }

 p { color: rgb(182,130,255); }

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

background-color css

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

 a { background-color: rgb(182,130,255); }

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

border-color css

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

 span { border-color: rgb(182,130,255); }

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