Html Css Color HEX #B682FC Biloba Flower

📋 copy color: '#B682FC'

red 182 ◦ green 130 ◦ blue 252

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

Shades of Biloba Flower #B682FC

Tints of Biloba Flower #B682FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 32.27%
G = 23.05%
B = 44.68%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B682FC (or 0xB682FC) is known color: Biloba Flower. HEX triplet: B6, 82 and FC. RGB value is (182,130,252). Sum of RGB (Red+Green+Blue) = 182+130+252=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #B682FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682FC is #497D03. Grayscale: #9F9F9F. Windows color (decimal): -4816132 or 16548534. OLE color: 16548534.

HSL color Cylindrical-coordinate representation of color #B682FC: hue angle of 265.57º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B682FC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 130 252 -
CMYK 0.28 0.48 0 0.01
HSL 265.57º 0.95% 0.75% -
HSV(B) 265.57º 0.48% 0.99% -
XYZ 44.84 32.94 96.09 -
YUV 159.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 182 130 252 0.28 0.48 0 0.01 265.57 0.95 0.75
Hex B6 82 FC 1C 30 0 1 10A 5F 4B
Octal 266 202 374 34 60 0 1 412 137 113
Binary 10110110 10000010 11111100 11100 110000 0 1 100001010 1011111 1001011

Color Harmonies of #B682FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682FC

Black with #B682FC

Text Example


Text Example

White with #B682FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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