Html Css Color HEX #B68FDF Biloba Flower

📋 copy color: '#B68FDF'

red 182 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B68FDF

Tints of Biloba Flower #B68FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 33.21%
G = 26.09%
B = 40.69%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68FDF (or 0xB68FDF) is known color: Biloba Flower. HEX triplet: B6, 8F and DF. RGB value is (182,143,223). Sum of RGB (Red+Green+Blue) = 182+143+223=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FDF is #497020. Grayscale: #A3A3A3. Windows color (decimal): -4812833 or 14651318. OLE color: 14651318.

HSL color Cylindrical-coordinate representation of color #B68FDF: hue angle of 269.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68FDF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 143 223 -
CMYK 0.18 0.36 0 0.13
HSL 269.25º 0.56% 0.72% -
HSV(B) 269.25º 0.36% 0.87% -
XYZ 42.43 34.92 74.32 -
YUV 163.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 182 143 223 0.18 0.36 0 0.13 269.25 0.56 0.72
Hex B6 8F DF 12 24 0 D 10D 38 48
Octal 266 217 337 22 44 0 15 415 70 110
Binary 10110110 10001111 11011111 10010 100100 0 1101 100001101 111000 1001000

Color Harmonies of #B68FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FDF

Black with #B68FDF

Text Example


Text Example

White with #B68FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FDF; }

 p { color: rgb(182,143,223); }

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

background-color css

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

 a { background-color: rgb(182,143,223); }

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

border-color css

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

 span { border-color: rgb(182,143,223); }

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